X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=40ce7af6f037bb3db2f1b169d4d55714953341b8;hb=658e1efe68d4dc9083649d84e72f7c52f0f68060;hp=98a6ef62e49e40bf35ea4d6594793fe25c293b19;hpb=b2388b5c24b313f5bb83f8b24510643fd7dd9672;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 98a6ef6..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; \ @@ -122,9 +124,10 @@ update: # Update language list wget -O "contrib/languagelist" \ - "http://svn.debian.org/viewsvn/\*checkout\*/d-i/trunk/packages/localechooser/languagelist" + "http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist" clean: + $(MAKE) -C manpages clean distclean: