diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-13T15·17+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2003-08-13T15·17+0000 |
commit | 68022552d295e5a223b87a1a96814fd2586350ed (patch) | |
tree | f7371965293df3d6b4a0011672b4f67f85feafbb | |
parent | c34a153ae5614ab879ff19194ff396ffb21b7b55 (diff) |
* Put the pre-built manual and man pages in the tar distribution.
-rw-r--r-- | doc/manual/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/manual/Makefile.am b/doc/manual/Makefile.am index a29592f1e1e9..8f382c3f3468 100644 --- a/doc/manual/Makefile.am +++ b/doc/manual/Makefile.am @@ -23,3 +23,5 @@ all-local: book.html install-data-local: book.html $(INSTALL) -d $(datadir)/nix/manual $(INSTALL_DATA) book.html $(datadir)/nix/manual + +EXTRA_DIST = $(SOURCES) book.html nix.1 book.is-valid |