* Makefile.am: Due to problems with VPATH builds we don't try to

build the texi vesions of the manual pages anymore automatically.
This commit is contained in:
Werner Koch 2002-07-01 08:51:43 +00:00
parent 3c7ba127f0
commit 4cbc79e48b
3 changed files with 30 additions and 16 deletions

View File

@ -1,3 +1,8 @@
2002-07-01 Werner Koch <wk@gnupg.org>
* 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 <wk@gnupg.org>
* README.W32: Adjusted some descriptions. Fixed the regsitry

View File

@ -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

View File

@ -7,6 +7,10 @@
@c patches, etc. to Steve Cheng <steve@ggi-project.org>.
@setfilename gpgv.info
@dircategory GnuPG
@direntry
* gpgv: (gpgv). GnuPG signature verification tool.
@end direntry
@node top
@top gpgv