mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Wed Jun 16 20:16:21 CEST 1999 Werner Koch
This commit is contained in:
parent
9da1694e19
commit
1423b4239b
9 changed files with 1328 additions and 735 deletions
|
@ -1,25 +1,23 @@
|
|||
## Process this file with automake to create Makefile.in
|
||||
|
||||
EXTRA_DIST = DETAILS gpg.1pod gpg.1 FAQ HACKING OpenPGP
|
||||
EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP
|
||||
|
||||
man_MANS = gpg.1
|
||||
|
||||
|
||||
|
||||
%: %pod
|
||||
pod2man $< --section=`echo $@ | sed 's/^.*(?)$$/$$&/'`\
|
||||
--release="`date -r $< '+%d %b %Y'`"\
|
||||
--center="GNU Tools" --date=' '\
|
||||
>$@,$$$$ && mv -f $@,$$$$ $@\
|
||||
|| rm -f $@,$$$$
|
||||
|
||||
%.1 : %.sgml
|
||||
if HAVE_DOCBOOK_TO_MAN
|
||||
docbook-to-man $< >$@
|
||||
else
|
||||
: Warning: missing docbook-to-man, cannot make $@
|
||||
endif
|
||||
|
||||
|
||||
%.txt : %.sgml
|
||||
sgml2txt -c latin $*
|
||||
|
||||
%.html : %.sgml
|
||||
sgml2html -l deutsch -c latin $*
|
||||
sgml2html -c latin $*
|
||||
|
||||
%.dvi : %.sgml
|
||||
-rm $*.sgml.tmp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue