summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-08-01 23:02:08 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-08-01 23:02:08 +0200
commit628f6a429f87abe93dbeb3d5f63e319465316a72 (patch)
tree557f7bf7e7d2e85b159647c82f4ae7f89605df38 /Makefile
parent744ac32891804b95296c3de9576819c88b50a3d5 (diff)
put official installation guides where they belong
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6ea0e6b..9327f65 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@ install:
install -D -m755 src/aif.sh $(DESTDIR)/sbin/aif
install -D -m755 src/aif-test.sh $(DESTDIR)/sbin/aif-test
install -D -m644 README $(DESTDIR)/usr/share/aif/docs
+ install -D -m644 doc/* $(DESTDIR)/usr/share/aif/docs
cp -rp src/core $(DESTDIR)/usr/lib/aif
chmod -R 755 $(DESTDIR)/usr/lib/aif/core
cp -rp src/user $(DESTDIR)/usr/lib/aif