X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=a9b99914bbf09bd1b6fd9781e7e7f2a6d4942128;hb=refs%2Ftags%2Fdebian%2F1.91.4-1;hp=0121a19dc8ddb86a6c76d65b18ea9cc070250c95;hpb=a6a9d36d569ca73b14f197dbd5a3e06189884e27;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 0121a19..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\\-25/2007\\-07\\-02/' \ - -e 's/1.91.2/1.91.3/' \ + 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