diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2012-10-13 16:05:01 +0200 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2012-10-13 16:05:01 +0200 |
| commit | 568717fd903557ff7e5937f5e1350e10a7dc019f (patch) | |
| tree | 894f1a738582ecaed81ac2daf2dcc02d52ff7cd5 /Makefile.am | |
| parent | e300a0f8d25cb309aa3fe9d1d78f6db74b625902 (diff) | |
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.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1c27516a4..610d2d2f2 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)" |