summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorThorsten Wißmann <edu@thorsten-wissmann.de>2011-10-26 11:33:23 +0200
committerThorsten Wißmann <edu@thorsten-wissmann.de>2011-10-26 11:37:42 +0200
commita2f6c17eb28e2bce1ff60632e2a670210e83ab53 (patch)
tree658573bd2db6a2c308697dc83c18048dbc9be631 /Makefile
parent0cca91df82eca1ebbae2a64cc39f54aa4dca4ed6 (diff)
added html-doc and manpage to tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3ddc9bce..14127453 100644
--- a/Makefile
+++ b/Makefile
@@ -36,8 +36,8 @@ clean-herbstclient:
doc: doc/herbstclient.1 doc/herbstclient.html doc/herbstluftwm.1 doc/herbstluftwm.html
-tar:
- tar -czf $(TARFILE) `git ls-files`
+tar: doc
+ tar -czf $(TARFILE) `git ls-files` doc/*.html doc/*.[0-9]
doc/%.1: doc/%.txt
$(call colorecho,DOC,$@)