summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMartin Zimmermann <info@posativ.org>2014-03-25 16:08:55 +0100
committerMartin Zimmermann <info@posativ.org>2014-03-25 18:50:18 +0100
commit0d6d072281095240cbcb8e5aa17475f60111a42c (patch)
treee181623e8277a2336f02789971ad71229758d5b3 /Makefile
parentce35b9ff0e68ffe9e0b5ad0033f8cb6c09815bfa (diff)
add isso.conf example to source distribution
mv sample configuration to share/
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f3fb7c5..56f93ad 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ ISSO_CSS_SRC_DEPS := $(shell find isso/css -type f | grep .scss)
RST := $(shell find docs/ -type f -name '*.rst')
MAN := man/man1/isso.1 man/man5/isso.conf.5
-WWW := docs/index.html docs/isso.example.cfg $(wildcard docs/_static/*)
+WWW := docs/index.html share/isso.conf $(wildcard docs/_static/*)
CSS := docs/_static/css/site.css
all: man js site