From 47ec856ee0eeae241dc04f169ddba2054ad4501c Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Fri, 24 Jul 2009 22:17:31 +0200 Subject: remove HOWTO from makefile, as we removed the howto alltogether --- Makefile | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf