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>
|
2002-06-30 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* README.W32: Adjusted some descriptions. Fixed the regsitry
|
* 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
|
CLEANFILES = faq.raw.xref gpg.xml gpgv.xml
|
||||||
|
|
||||||
|
|
||||||
%.texi : %.xml
|
# We better build the texi versions manually.
|
||||||
if HAVE_DOCBOOK_TO_TEXI
|
#%.texi : %.xml
|
||||||
docbook2texi $< | sed 's,--,---,' >$@
|
#if HAVE_DOCBOOK_TO_TEXI
|
||||||
else
|
# docbook2texi $< | sed 's,--,---,' \
|
||||||
: Warning: missing docbook to texinfo tools, cannot make $@
|
# | $(top_srcdir)/scripts/fix-db-texi $@ >$@
|
||||||
touch $@
|
#else
|
||||||
endif
|
# : Warning: missing docbook to texinfo tools, cannot make $@
|
||||||
|
# touch $@
|
||||||
%.xml : %.sgml
|
#endif
|
||||||
if HAVE_DOCBOOK_TO_TEXI
|
#
|
||||||
sgml2xml -x lower $< >$@
|
#%.xml : %.sgml
|
||||||
else
|
#if HAVE_DOCBOOK_TO_TEXI
|
||||||
: Warning: missing docbook to texinfo tools, cannot make $@
|
# sgml2xml -x lower $< >$@
|
||||||
touch $@
|
#else
|
||||||
endif
|
# : Warning: missing docbook to texinfo tools, cannot make $@
|
||||||
|
# touch $@
|
||||||
|
#endif
|
||||||
|
#
|
||||||
|
|
||||||
%.1 : %.sgml
|
%.1 : %.sgml
|
||||||
if HAVE_DOCBOOK_TO_MAN
|
if HAVE_DOCBOOK_TO_MAN
|
||||||
@ -75,3 +77,6 @@ faq.html : faq.raw
|
|||||||
dist-hook:
|
dist-hook:
|
||||||
@if test "`wc -c < gpg.1`" -lt 200; then \
|
@if test "`wc -c < gpg.1`" -lt 200; then \
|
||||||
echo 'ERROR: dummy man page'; false; fi
|
echo 'ERROR: dummy man page'; false; fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -7,6 +7,10 @@
|
|||||||
@c patches, etc. to Steve Cheng <steve@ggi-project.org>.
|
@c patches, etc. to Steve Cheng <steve@ggi-project.org>.
|
||||||
|
|
||||||
@setfilename gpgv.info
|
@setfilename gpgv.info
|
||||||
|
@dircategory GnuPG
|
||||||
|
@direntry
|
||||||
|
* gpgv: (gpgv). GnuPG signature verification tool.
|
||||||
|
@end direntry
|
||||||
|
|
||||||
@node top
|
@node top
|
||||||
@top gpgv
|
@top gpgv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user