commit e10da2c7bdb2992c26ca5313ee0d0dca22e2f792 Author: Frank Ch. Eigler Date: Thu Feb 19 10:30:08 2015 -0500 PR17737: followup: more portable xmlto parametrization Testing indicates --stringparam generate.toc='book,toc,title' works more portably than generate.toc='book\ toc,title' diff --git a/doc/Makefile.in b/doc/Makefile.in index 0e38ffb..204eea1 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -487,8 +487,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -@BUILD_DOCS_FALSE@uninstall-local: @BUILD_DOCS_FALSE@clean-local: +@BUILD_DOCS_FALSE@uninstall-local: @BUILD_DOCS_FALSE@install-data-hook: clean: clean-recursive diff --git a/doc/SystemTap_Tapset_Reference/Makefile.am b/doc/SystemTap_Tapset_Reference/Makefile.am index 01cfb9a..23e2feb 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.am +++ b/doc/SystemTap_Tapset_Reference/Makefile.am @@ -20,7 +20,7 @@ endif if XMLTO_STRINGPARAM XMLTOMANPARAMS=--stringparam man.authors.section.enabled=0 --stringparam man.copyright.section.enabled=0 -XMLTOHTMLPARAMS=--stringparam use.id.as.filename=1 --stringparam generate.toc='book\ toc,title' +XMLTOHTMLPARAMS=--stringparam use.id.as.filename=1 --stringparam generate.toc='book,toc,title' XMLTOPDFPARAMS=--stringparam refentry.generate.name=0 --stringparam refentry.generate.title=1 endif diff --git a/doc/SystemTap_Tapset_Reference/Makefile.in b/doc/SystemTap_Tapset_Reference/Makefile.in index c4ae06b..5faa98f 100644 --- a/doc/SystemTap_Tapset_Reference/Makefile.in +++ b/doc/SystemTap_Tapset_Reference/Makefile.in @@ -335,7 +335,7 @@ HTML_INSTALL_DIR = $(DESTDIR)$(datadir)/doc/systemtap/tapsets # +--> man/ (mandocs) [by xmlto] @BUILD_PDFREFDOCS_TRUE@PDFDOCS = tapsets.pdf @XMLTO_STRINGPARAM_TRUE@XMLTOMANPARAMS = --stringparam man.authors.section.enabled=0 --stringparam man.copyright.section.enabled=0 -@XMLTO_STRINGPARAM_TRUE@XMLTOHTMLPARAMS = --stringparam use.id.as.filename=1 --stringparam generate.toc='book\ toc,title' +@XMLTO_STRINGPARAM_TRUE@XMLTOHTMLPARAMS = --stringparam use.id.as.filename=1 --stringparam generate.toc='book,toc,title' @XMLTO_STRINGPARAM_TRUE@XMLTOPDFPARAMS = --stringparam refentry.generate.name=0 --stringparam refentry.generate.title=1 @HAVE_FOP_FALSE@XMLTOPDF_FOP = @HAVE_FOP_TRUE@XMLTOPDF_FOP = --with-fop diff --git a/doc/beginners/Makefile.in b/doc/beginners/Makefile.in index 21381af..aa5df4f 100644 --- a/doc/beginners/Makefile.in +++ b/doc/beginners/Makefile.in @@ -367,8 +367,8 @@ distclean-generic: maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -@BUILD_PUBLICAN_FALSE@clean-local: @BUILD_PUBLICAN_FALSE@uninstall-local: +@BUILD_PUBLICAN_FALSE@clean-local: @BUILD_PUBLICAN_FALSE@install-data-hook: clean: clean-am diff --git a/java/Makefile.in b/java/Makefile.in index 5c07690..df0d630 100644 --- a/java/Makefile.in +++ b/java/Makefile.in @@ -626,8 +626,8 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) -@HAVE_JAVA_FALSE@uninstall-local: @HAVE_JAVA_FALSE@install-data-local: +@HAVE_JAVA_FALSE@uninstall-local: @HAVE_JAVA_FALSE@install-exec-local: clean: clean-am