mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Jul 14 19:42:08 CEST 1999 Werner Koch
This commit is contained in:
parent
68512418bd
commit
40f2d9f830
22 changed files with 3028 additions and 2677 deletions
|
@ -7,17 +7,19 @@ man_MANS = gpg.1
|
|||
|
||||
%.1 : %.sgml
|
||||
if HAVE_DOCBOOK_TO_MAN
|
||||
docbook-to-man $< >$@
|
||||
docbook-to-man $< >$@
|
||||
else
|
||||
: Warning: missing docbook-to-man, cannot make $@
|
||||
: Warning: missing docbook-to-man, cannot make $@
|
||||
echo ".TH $< 1" >$@
|
||||
echo "No man page due to missing docbook-to-man" >>$@
|
||||
endif
|
||||
|
||||
|
||||
%.txt : %.sgml
|
||||
sgml2txt -c latin $*
|
||||
sgml2txt -c latin $*
|
||||
|
||||
%.html : %.sgml
|
||||
sgml2html -c latin $*
|
||||
sgml2html -c latin $*
|
||||
|
||||
%.dvi : %.sgml
|
||||
-rm $*.sgml.tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue