summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2012-10-13 16:05:01 +0200
committerLudovic Courtès <ludo@gnu.org>2012-10-13 16:05:01 +0200
commit568717fd903557ff7e5937f5e1350e10a7dc019f (patch)
tree894f1a738582ecaed81ac2daf2dcc02d52ff7cd5 /Makefile.am
parente300a0f8d25cb309aa3fe9d1d78f6db74b625902 (diff)
downloadpatches-568717fd903557ff7e5937f5e1350e10a7dc019f.tar
patches-568717fd903557ff7e5937f5e1350e10a7dc019f.tar.gz
doc: Add the stub of a manual.
* doc/guix.texi: New file. * doc/fdl-1.3.texi: New file, copied from Gnulib. * Makefile.am (info_TEXINFOS): New variable. (EXTRA_DIST): Add `doc/fdl-1.3.texi'.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c27516a4d..610d2d2f2c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -117,6 +117,9 @@ $(guix_install_go_files): install-nobase_dist_guilemoduleDATA
SUBDIRS = po
+info_TEXINFOS = doc/guix.texi
+EXTRA_DIST += doc/fdl-1.3.texi
+
ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = \
--with-nixpkgs=$(NIXPKGS) --with-nix-prefix="$(NIX_PREFIX)"