@@ -75,7 +75,7 @@ man_MANS = $(myman_pages) gnupg.7
75
75
watchgnupg_SOURCE = gnupg.texi
76
76
77
77
78
- CLEANFILES = yat2m faq.txt faq.html
78
+ CLEANFILES = yat2m
79
79
80
80
DISTCLEANFILES = gnupg.tmp gnupg.ops yat2m-stamp.tmp yat2m-stamp \
81
81
$(myman_pages ) gnupg.7
@@ -139,24 +139,3 @@ online: gnupg.html gnupg.pdf
139
139
cd gnupg.html ; \
140
140
rsync -vr --exclude='.git' . \
141
141
$${user}@$${webhost}:webspace/manuals/gnupg$${dashdevel}/
142
-
143
- # Note that you need a recent version of emacs23 with org-mode 7.01h
144
- faq.txt faq.html : faq.org
145
- @set -e; expopt=" t nil nil nil \" $$ (pwd)\" " ; \
146
- emacs --batch \
147
- --eval " (require 'org)" \
148
- --visit " $( srcdir) /faq.org" \
149
- --eval "(setq org-export-ascii-entities 'utf8)" \
150
- --eval "(org-export-as-ascii org-export-headline-levels $${expopt})"\
151
- --visit "$(srcdir)/faq.org" \
152
- --eval "(setq org-export-html-style-include-default nil)" \
153
- --eval "(setq org-export-html-style-include-scripts nil)" \
154
- --eval "(org-export-as-html org-export-headline-levels $${expopt})"
155
-
156
- faq-online : faq.txt faq.html
157
- set -e; \
158
- user =werner ; webhost="ftp.gnupg.org" ; ftphost="ftp.gnupg.org" ; \
159
- echo "Uploading current FAQ to {www,ftp}.gnupg.org ..."; \
160
- scp faq.html $${user}@$${webhost}:webspace/manuals/GnuPG-FAQ.html ; \
161
- scp faq.txt $${user}@$${ftphost}:gcrypt/gnupg/GnuPG-FAQ.txt ; \
162
- echo "...ready"
0 commit comments