X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=Makefile;h=052d9ba667725a577f8f2c69b264e65a04fadada;hb=e198feff49b056c7025e9360bd5471aaec013133;hp=70f8b3a77169f21d7012f084b9a12716c707d67d;hpb=140b179f0ff73f3cc1c081f6e6641417a5a0788d;p=live-boot-grml.git diff --git a/Makefile b/Makefile index 70f8b3a..052d9ba 100644 --- a/Makefile +++ b/Makefile @@ -106,11 +106,12 @@ uninstall: rm -f $(DESTDIR)/usr/share/man/man7/live-login.7.gz update: - set -e; for FILE in docs/parameters.txt manpages/*.en.*; \ + set -e; for FILE in docs/parameters.txt; \ do \ - sed -i -e 's/2007\\-09\\-03/2007\\-09\\-10/' \ - -e 's/03.09.2007/10.09.2007/' \ - -e 's/1.99.1/1.99.2/' \ + sed -i -e 's/2007\\-10\\-01/2007\\-10\\-08/' \ + -e 's/2007-10-01/2007-10-08/' \ + -e 's/01.10.2007/08.10.2007/' \ + -e 's/1.105.1/1.105.2/' \ $$FILE; \ done