X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=a9b99914bbf09bd1b6fd9781e7e7f2a6d4942128;hb=d9ba94a9c03bae6905ff08ece35751eab82781a1;hp=18ae2e643250923c593bba40aa5e101fa2e0aac2;hpb=9eaf880cb1944045bac06758a0a7a68ea734595c;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 18ae2e6..a9b9991 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CFLAGS = -Wall -g -O2 BUILD_SYSTEM := $(shell lsb_release --short --id) -TRANSLATIONS="" +TRANSLATIONS="it" all: build @@ -83,6 +83,7 @@ uninstall: rm -rf $(DESTDIR)/usr/share/live-initramfs rm -f $(DESTDIR)/usr/share/initramfs-tools/hooks/live rm -rf $(DESTDIR)/usr/share/initramfs-tools/scripts/live* + rm -f $(DESTDIR)/usr/share/initramfs-tools/scripts/local-top/live # Uninstalling documentation rm -rf $(DESTDIR)/usr/share/doc/live-initramfs @@ -117,8 +118,9 @@ uninstall: update: set -e; for MANPAGE in manpages/*.en.*; \ do \ - sed -i -e 's/2007\\-06\\-04/2007\\-06\\-11/' \ - -e 's/1.88.1/1.90.1/' \ + sed -i -e 's/2007\\-07\\-02/2007\\-07\\-09/' \ + -e 's/02.07.2007/09.07.2007/' \ + -e 's/1.91.3/1.91.4/' \ $$MANPAGE; \ done