summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 73e35f4..dc80c6d 100644
--- a/Makefile
+++ b/Makefile
@@ -8,6 +8,7 @@ DISTPKG=$(P).tar.bz2
SUBDIRS=app lib www
EXTRA_DIST=ChangeLog Makefile README TODO
+CONF_FILES=acf.conf
DISTFILES=$(EXTRA_DIST)
@@ -48,6 +49,8 @@ $(DISTPKG): distdir $(DISTFILES)
rm -r $(DISTDIR)
phony+=install
-install: install-recursive
+install: install-recursive $(CONF_FILES)
+ mkdir -p $(DESTDIR)/etc/acf
+ cp $(CONF_FILES) $(DESTDIR)/etc/acf
.PHONY: $(phony)