diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-24 22:17:31 +0200 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2009-07-24 22:17:31 +0200 |
commit | 47ec856ee0eeae241dc04f169ddba2054ad4501c (patch) | |
tree | 901a413f6fd192349252c0100ae5a897e4fb7aa8 | |
parent | 63ab0f7db5a26a9e760ba5e3b8a029cad10abcb2 (diff) |
remove HOWTO from makefile, as we removed the howto alltogether
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |