From 628f6a429f87abe93dbeb3d5f63e319465316a72 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 1 Aug 2009 23:02:08 +0200 Subject: put official installation guides where they belong --- Makefile | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3-54-g00ecf