mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.9 KiB

  1. --- libxml2-2.6.2/doc/Makefile.in.orig 2003-11-04 11:27:20.000000000 +0100
  2. +++ libxml2-2.6.2/doc/Makefile.in 2003-11-25 20:29:40.000000000 +0100
  3. @@ -415,14 +415,14 @@
  4. -@(xsltproc --nonet xmlcatalog_man.xml)
  5. scan:
  6. - -gtkdoc-scan --module=libxml --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h libxml2-py.h libxml_wrap.h"
  7. + -gtkdoc-scan --module=libxml2 --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="acconfig.h config.h win32config.h trio.h triostr.h triop.h config-mac.h XMLTestPrefix2.h XMLTestPrefix.h triodef.h trionan.h xlink.h libxml.h libxml2-py.h libxml_wrap.h"
  8. templates: scan
  9. - -gtkdoc-mktmpl --module=libxml
  10. + -gtkdoc-mktmpl --module=libxml2
  11. xml: templates
  12. if test -d xml ; then rm -f xml/* ; else mkdir xml ; fi
  13. - -gtkdoc-mkdb --module=libxml --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --main-sgml-file=$(DOC_MAIN_XML_FILE)
  14. + -gtkdoc-mkdb --module=libxml2 --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --main-sgml-file=$(DOC_MAIN_XML_FILE)
  15. libxml2-api.xml: apibuild.py ../include/libxml/*.h ../*.c
  16. -(./apibuild.py)
  17. @@ -436,7 +436,7 @@
  18. html:
  19. if test -n -d html ; then mkdir html ; fi
  20. - -cd html && gtkdoc-mkhtml libxml ../$(DOC_MAIN_XML_FILE)
  21. + -cd html && gtkdoc-mkhtml libxml2 ../$(DOC_MAIN_XML_FILE)
  22. clean-local:
  23. rm -f *~ *.bak *.hierarchy *.signals *-unused.txt
  24. @@ -467,7 +467,7 @@
  25. $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial/images/callouts
  26. -@INSTALL@ -m 0644 $(srcdir)/tutorial/images/callouts/*.* \
  27. $(DESTDIR)$(TARGET_DIR)/tutorial/images/callouts
  28. - -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR))
  29. + -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml2 --html-dir=$(HTML_DIR))
  30. .PHONY : html xml templates scan
  31. # Tell versions [3.59,3.63) of GNU make to not export all variables.