From 9d9c25f6d76f1287f193f170ae5534f1ac346db0 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 15 Oct 2014 15:05:20 +0200 Subject: doc: Add a man page for gpg-error-config. * doc/gpgrt.texi: New. Just a start for now. * doc/gpl.texi, doc/lgpl.texi: New. Take from Libgcrypt. * doc/yat2m.c: New. Take from GnuPG master. * doc/Makefile.am: New. * configure.ac (AC_CONFIG_FILES): Add doc/Makefile. * Makefile.am (SUBDIRS): Add doc/. * build-aux/mdate-sh, build-aux/texinfo.tex: New. Signed-off-by: Werner Koch --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 9cab484..c6edd12 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,7 +33,7 @@ else lang_subdirs = endif -SUBDIRS = m4 src tests po $(lang_subdirs) +SUBDIRS = m4 src doc tests po $(lang_subdirs) dist-hook: gen-ChangeLog -- cgit v1.2.3