mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
* 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:
parent
3c7ba127f0
commit
4cbc79e48b
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user