1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Mon Mar 13 19:22:46 CET 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-03-13 18:19:12 +00:00
parent d1b6e0ce0d
commit 14a2e006bc
19 changed files with 1042 additions and 159 deletions

View file

@ -1,33 +1,40 @@
## Process this file with automake to create Makefile.in
EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP
EXTRA_DIST = DETAILS gpg.sgml gpg.1 FAQ HACKING OpenPGP \
version.sgml.in
man_MANS = gpg.1
pkgdata_DATA = gcryptref.html gcryptref.ps
gcryptref.dvi : gcryptref.sgml
BUILT_SOURCES = version.sgml gcryptref.html gcryptref.ps
gcryptref.texi : gcryptref.sgml
gcryptref.xml : gcryptref.sgml
CLEANFILES = gcryptref.aux gcryptref.log gcryptref.tex gcryptref.dvi
%.ps: %.dvi
gcryptref.sgml : version.sgml
if HAVE_DB2MAN
%.1 : %.sgml
$(DB2MAN) $< >$@
endif
if HAVE_DB2TEX
%.ps : %.dvi
dvips -o $@ $<
%.tex : %.sgml
$(DB2TEX) -V generate-book-toc $< > $@
if MAINTAINER_MODE
%.1 : %.sgml
docbook-to-man $< >$@
%.texi : %.xml
docbook2texi $< >$@
%.xml : %.sgml
sgml2xml -x lower $< >$@
%.dvi : %.tex
$(JADETEX) $<
endif
if HAVE_DB2HTML
%.html : %.sgml
$(DB2HTML) --nosplit $<
endif

View file

@ -18,7 +18,9 @@
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
-->
<!DOCTYPE reference PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
<!--entity genindex system "gcryptref.toc-idx"-->
<!entity packageversion system "version.sgml">
<!entity libgcrypt "Libgcrypt">
<!entity sexp "S-Exp">
<!entity cipherref system "gcryptref-cipher.sgml">
@ -27,6 +29,33 @@
<!entity miscref system "gcryptref-misc.sgml">
]>
<book>
<bookinfo>
<title>The &libgcrypt; Reference Manual</title>
<subtitle>Version &packageversion;</subtitle>
<date>
2000-03-13
</date>
<copyright>
<year>2000</year>
<holder>Free Software Foundation, Inc.</holder>
</copyright>
<abstract>
<para>
Please direct questions, bug reports, or suggestions concerning
this manual to the mailing list <email>gnupg-doc@gnupg.org</email>.
</para>
<para>
This manual may be redistributed under the terms of the
<ulink url="http://www.gnu.org/copyleft/gpl.html"><phrase>GNU
General Public License</phrase></ulink>.
</para>
</abstract>
</bookinfo>
<reference>
<title>&libgcrypt; Reference Pages</title>
@ -37,7 +66,7 @@
<!-- Hash Functions -->
&digestref;
<!-- ublic Key Functions -->
<!-- Public Key Functions -->
&pubkeyref;
<!-- Miscellaneous Functions -->

1
doc/version.sgml.in Normal file
View file

@ -0,0 +1 @@
@VERSION@