From 4cbc79e48ba3aa0b86071c74eb88b11b3ce75a7b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 1 Jul 2002 08:51:43 +0000 Subject: [PATCH] * Makefile.am: Due to problems with VPATH builds we don't try to build the texi vesions of the manual pages anymore automatically. --- doc/ChangeLog | 5 +++++ doc/Makefile.am | 37 +++++++++++++++++++++---------------- doc/gpgv.texi | 4 ++++ 3 files changed, 30 insertions(+), 16 deletions(-) diff --git a/doc/ChangeLog b/doc/ChangeLog index 03753a322..f8beb8d86 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +2002-07-01 Werner Koch + + * Makefile.am: Due to problems with VPATH builds we don't try to + build the texi vesions of the manual pages anymore automatically. + 2002-06-30 Werner Koch * README.W32: Adjusted some descriptions. Fixed the regsitry diff --git a/doc/Makefile.am b/doc/Makefile.am index ca4941411..9983c98ac 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -39,22 +39,24 @@ BUILT_SOURCES = FAQ faq.html CLEANFILES = faq.raw.xref gpg.xml gpgv.xml -%.texi : %.xml -if HAVE_DOCBOOK_TO_TEXI - docbook2texi $< | sed 's,--,---,' >$@ -else - : Warning: missing docbook to texinfo tools, cannot make $@ - touch $@ -endif - -%.xml : %.sgml -if HAVE_DOCBOOK_TO_TEXI - sgml2xml -x lower $< >$@ -else - : Warning: missing docbook to texinfo tools, cannot make $@ - touch $@ -endif - +# We better build the texi versions manually. +#%.texi : %.xml +#if HAVE_DOCBOOK_TO_TEXI +# docbook2texi $< | sed 's,--,---,' \ +# | $(top_srcdir)/scripts/fix-db-texi $@ >$@ +#else +# : Warning: missing docbook to texinfo tools, cannot make $@ +# touch $@ +#endif +# +#%.xml : %.sgml +#if HAVE_DOCBOOK_TO_TEXI +# sgml2xml -x lower $< >$@ +#else +# : Warning: missing docbook to texinfo tools, cannot make $@ +# touch $@ +#endif +# %.1 : %.sgml if HAVE_DOCBOOK_TO_MAN @@ -75,3 +77,6 @@ faq.html : faq.raw dist-hook: @if test "`wc -c < gpg.1`" -lt 200; then \ echo 'ERROR: dummy man page'; false; fi + + + diff --git a/doc/gpgv.texi b/doc/gpgv.texi index cc83e6a2d..91e2fcadf 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -7,6 +7,10 @@ @c patches, etc. to Steve Cheng . @setfilename gpgv.info +@dircategory GnuPG +@direntry +* gpgv: (gpgv). GnuPG signature verification tool. +@end direntry @node top @top gpgv