Remove FAQ stuff

This commit is contained in:
Werner Koch 2010-10-05 14:37:43 +00:00
parent 7f07a1bc90
commit 5b99bbc88e
6 changed files with 26 additions and 1368 deletions

View File

@ -1,3 +1,7 @@
2010-10-05 Werner Koch <wk@g10code.com>
* configure.ac: Remove check for the faqprog.
2010-09-28 Werner Koch <wk@g10code.com>
* configure.ac (AH_BOTTOM) [__VMS]: Fix homedir.

View File

@ -530,7 +530,6 @@ AC_PROG_INSTALL
AC_PROG_AWK
AC_CHECK_PROG(DOCBOOK_TO_MAN, docbook-to-man, yes, no)
AM_CONDITIONAL(HAVE_DOCBOOK_TO_MAN, test "$ac_cv_prog_DOCBOOK_TO_MAN" = yes)
GNUPG_CHECK_FAQPROG
GNUPG_CHECK_USTAR

View File

@ -1,3 +1,9 @@
2010-10-05 Werner Koch <wk@g10code.com>
* FAQ: Make it a static file with a pointer to the online location.
* Makefile.am (EXTRA_DIST): Remove faq.raw and faq.html.
(FAQ, faq.html): Remove these targets
2010-02-11 Werner Koch <wk@g10code.com>
* faq.raw: Fixed the bug reporting address.

13
doc/FAQ Normal file
View File

@ -0,0 +1,13 @@
GnuPG Frequently Asked Questions
A FAQ is a fast moving target and thus we don't distribute it anymore
with GnuPG. You may retrieve the current FAQ in HTML format at
http://www.gnupg.org/faq/GnuPG-FAQ.html
or in plain text format at the FTP server:
ftp://ftp.gnupg.org/gcrypt/gnupg/GnuPG-FAQ.txt

View File

@ -16,7 +16,7 @@
# along with this program; if not, see <http://www.gnu.org/licenses/>.
## Process this file with automake to create Makefile.in
EXTRA_DIST = DETAILS faq.raw FAQ faq.html \
EXTRA_DIST = DETAILS FAQ \
HACKING OpenPGP README.W32 samplekeys.asc gnupg.7 \
TRANSLATE gpg.ru.sgml gpg.ru.1 highlights-1.4.txt \
gpg.texi gpgv.texi specify-user-id.texi see-also-note.texi \
@ -39,13 +39,12 @@ gnupg1_TEXINFOS = gnupg1.texi
# Need this to avoid building of dvis with automake 1.4
DVIS =
pkgdata_DATA = FAQ faq.html
pkgdata_DATA = FAQ
BUILT_SOURCES = FAQ faq.html
# we can't add gpg.texi gpgv.texi here because automake does not like them to
# be built files.
CLEANFILES = faq.raw.xref gpg.xml gpgv.xml gpg.ru.xml
CLEANFILES = gpg.xml gpgv.xml gpg.ru.xml
DISTCLEANFILES = yat2m yat2m-stamp.tmp yat2m-stamp $(myman_pages)
AM_MAKEINFOFLAGS = -I $(srcdir) --css-include=$(srcdir)/texi.css -D gpgone
@ -89,24 +88,6 @@ else
echo "No man page due to missing docbook-to-man" >>$@
endif
FAQ : faq.raw
if WORKING_FAQPROG
$(FAQPROG) -f $< $@ || $(FAQPROG) -f $< $@
else
: Warning: missing faqprog.pl, cannot make $@
echo "No $@ due to missing faqprog.pl" > $@
echo "See ftp://ftp.gnupg.org/gcrypt/contrib/faqprog.pl" >> $@
endif
faq.html : faq.raw
if WORKING_FAQPROG
$(FAQPROG) -h -f $< $@ 2>&1 || $(FAQPROG) -h -f $< $@
else
: Warning: missing faqprog.pl, cannot make $@
echo "No $@ due to missing faqprog.pl" > $@
echo "See ftp://ftp.gnupg.org/gcrypt/contrib/faqprog.pl" >> $@
endif
dist-hook:
@if test "`wc -c < gpg.1`" -lt 200; then \
echo 'ERROR: dummy man page'; false; fi

File diff suppressed because it is too large Load Diff