summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>1998-04-02 10:29:52 +0000
committerWerner Koch <wk@gnupg.org>1998-04-02 10:29:52 +0000
commite98a8991c4c41c0435ec7029d8f9eef1dbd4a892 (patch)
treec9483e15b9beab0e306e8356c110e02707e50cd1 /doc
parentfa3731d01d66ad6fcd9faf1383611e55e11a3f5a (diff)
downloadlibgcrypt-e98a8991c4c41c0435ec7029d8f9eef1dbd4a892.tar.gz
release 0.2.14
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 0c8690c7..020338b4 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -11,3 +11,23 @@ man_MANS = gpg.1
>$@,$$$$ && mv -f $@,$$$$ $@\
|| rm -f $@,$$$$
+
+
+%.txt : %.sgml
+ sgml2txt -c latin $*
+
+%.html : %.sgml
+ sgml2html -l deutsch -c latin $*
+
+%.dvi : %.sgml
+ -rm $*.sgml.tmp
+ mv $*.sgml $*.sgml.tmp
+ sed -e '/<!entity/ s/"IGNORE">/"INCLUDE">/' $*.sgml.tmp >$*.sgml
+ sgml2latex -b -l deutsch -c latin $* ; mv $*.sgml.tmp $*.sgml
+
+%.ps : %.sgml
+ -rm $*.sgml.tmp
+ mv $*.sgml $*.sgml.tmp
+ sed -e '/<!entity/ s/"IGNORE">/"INCLUDE">/' $*.sgml.tmp >$*.sgml
+ sgml2latex -b -l deutsch -c latin -o ps $* ; mv $*.sgml.tmp $*.sgml
+