X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=40ce7af6f037bb3db2f1b169d4d55714953341b8;hb=ef3cb9d56ba76727af70a0ddab65edc73a7cdbd9;hp=c377644a33af875f6018017d9b5118d8f679d920;hpb=47527b7666b1a12122a0b17098064e7af745d097;p=live-boot-grml.git diff --git a/Makefile b/Makefile index c377644..40ce7af 100644 --- a/Makefile +++ b/Makefile @@ -20,17 +20,19 @@ 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 cp bin/live-getty bin/live-login bin/live-new-uuid bin/live-snapshot $(DESTDIR)/sbin mkdir -p $(DESTDIR)/usr/share/live-initramfs - cp bin/live-preseed bin/live-reconfigure $(DESTDIR)/usr/share/live-initramfs + cp bin/live-preseed bin/live-reconfigure contrib/languagelist $(DESTDIR)/usr/share/live-initramfs mkdir -p $(DESTDIR)/usr/share/initramfs-tools cp -r hooks scripts $(DESTDIR)/usr/share/initramfs-tools @@ -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; \ @@ -120,7 +122,12 @@ update: $$FILE; \ done + # Update language list + wget -O "contrib/languagelist" \ + "http://svn.debian.org/viewsvn/*checkout*/d-i/trunk/packages/localechooser/languagelist" + clean: + $(MAKE) -C manpages clean distclean: