X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=40ce7af6f037bb3db2f1b169d4d55714953341b8;hb=dc75a7a35d1fe175caeee0abdf00d48645ea1a31;hp=30af16d9b51479b65fe2f658089cd1248d54b6e7;hpb=af4da52a0ffd882d369c23b1264b2e18ee82844d;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 30af16d..40ce7af 100644 --- a/Makefile +++ b/Makefile @@ -20,10 +20,12 @@ test: fi build: + $(MAKE) -C manpages install: test build # Installing configuration install -D -m 0644 conf/live.conf $(DESTDIR)/etc/live.conf + install -D -m 0644 conf/compcache $(DESTDIR)/usr/share/initramfs-tools/conf.d/compcache # Installing executables mkdir -p $(DESTDIR)/sbin @@ -40,7 +42,7 @@ install: test build cp -r COPYING docs/* $(DESTDIR)/usr/share/doc/live-initramfs mkdir -p $(DESTDIR)/usr/share/doc/live-initramfs/examples - cp -r conf/live.conf $(DESTDIR)/usr/share/doc/live-initramfs/examples + cp -r conf/* $(DESTDIR)/usr/share/doc/live-initramfs/examples # Installing manpages set -e; for MANPAGE in manpages/*.en.1; \ @@ -125,6 +127,7 @@ update: "http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist" clean: + $(MAKE) -C manpages clean distclean: