diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-08 11:19:46 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-07-08 11:19:46 +0000 |
commit | 221ac8abacb46858382a9f8c924152ae588f4a2e (patch) | |
tree | 8e7aa2bf3e5fd0977e6853e369857214f4dba6cf | |
parent | 03aa1cd7f77f87fc24565044c0a3c9c5124c39a4 (diff) |
remove hack for LANG now that we require gtk-doc 1.3
Original commit message from CVS:
remove hack for LANG now that we require gtk-doc 1.3
-rw-r--r-- | gtk-doc.mak | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gtk-doc.mak b/gtk-doc.mak index 57baf59..6eade38 100644 --- a/gtk-doc.mak +++ b/gtk-doc.mak @@ -118,9 +118,6 @@ sgml.stamp: sgml-build.stamp #### html #### -# FIXME: setting LANG=C is a hack to work with gtk-doc < 1.1, because -# that forces a non-utf8 locale. gtk-doc >= 1.1 solves this by calling -# use bytes; in gtkdoc-fixxref html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) @echo '*** Building HTML ***' if test -d html; then rm -rf html; fi @@ -136,7 +133,7 @@ html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) test "x$(HTML_IMAGES)" = "x" || for i in "" $(HTML_IMAGES) ; do \ if test "$$i" != ""; then cp $(srcdir)/$$i html ; fi; done @echo '-- Fixing Crossreferences' - LANG=C && gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) + gtkdoc-fixxref --module-dir=html --html-dir=$(HTML_DIR) $(FIXXREF_OPTIONS) touch html-build.stamp else all-local: |