diff options
author | Ludovic Courtès <ludo@gnu.org> | 2019-07-07 15:00:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2019-07-07 15:48:17 +0200 |
commit | ccadafdcefee012c261513e9d8663a22704bc496 (patch) | |
tree | 83c85566290929261254dfb9e7bc915b507f5c3a /Makefile.am | |
parent | aad65962944098736f0e357683ed12d554cf5e8e (diff) | |
download | patches-ccadafdcefee012c261513e9d8663a22704bc496.tar patches-ccadafdcefee012c261513e9d8663a22704bc496.tar.gz |
build: Add 'doc/build.scm' to build on-line copies of the manual.
* doc/build.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c5dcf4113e..0c4a79bbbf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -544,6 +544,7 @@ EXTRA_DIST += \ tests/cve-sample.xml \ build-aux/config.rpath \ bootstrap \ + doc/build.scm \ release.nix \ $(TESTS) |