summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2009-07-24 22:17:31 +0200
committerDieter Plaetinck <dieter@plaetinck.be>2009-07-24 22:17:31 +0200
commit47ec856ee0eeae241dc04f169ddba2054ad4501c (patch)
tree901a413f6fd192349252c0100ae5a897e4fb7aa8 /Makefile
parent63ab0f7db5a26a9e760ba5e3b8a029cad10abcb2 (diff)
remove HOWTO from makefile, as we removed the howto alltogether
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 051d959..6ea0e6b 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,6 @@ install:
install -d $(DESTDIR)/usr/lib/aif/user
install -D -m755 src/aif.sh $(DESTDIR)/sbin/aif
install -D -m755 src/aif-test.sh $(DESTDIR)/sbin/aif-test
- install -D -m644 HOWTO $(DESTDIR)/usr/share/aif/docs
install -D -m644 README $(DESTDIR)/usr/share/aif/docs
cp -rp src/core $(DESTDIR)/usr/lib/aif
chmod -R 755 $(DESTDIR)/usr/lib/aif/core