summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-09 20:53:51 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-09 20:53:51 +0100
commit18cf4ad4750fdd79eaabb2d4f5281db1d56a1bfa (patch)
tree10dbf9632acaf32247fba08e1bdcc9749819d96c
parentba4bb136bbe371d96388fc505d036327581d7f2d (diff)
Add the docs to the distributed tarballs
-rw-r--r--Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index fb9aee03..be8e9140 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -86,11 +86,16 @@ install-binaries: $(BUILT_SOURCES)
# Ensure "make dist" fails when we can't build the real manpage
dist-hook: real_docs
+DOC_FILES = docs/content docs/public docs/templates docs/site.yml \
+ docs/Gemfile docs/Gemfile.lock docs/Rakefile docs/README.md \
+ docs/default_manpage.md jq.1.default
+
# setup is only used by distribution developers, not package developers.
# Still, as a matter of allowing patching, its not a bad idea to distribute
# the developer setup script in the tarball.
EXTRA_DIST = config.h.in $(BUILT_SOURCES) $(man_MANS) $(TESTS) \
- $(TEST_LOG_COMPILER) gen_utf8_tables.py jq.spec
+ $(TEST_LOG_COMPILER) gen_utf8_tables.py jq.spec \
+ $(DOC_FILES)
# README.md is expected in Github projects, good stuff in it, so we'll
# distribute it and install it with the package in the doc directory.