Release new version 1:20210208+grml.5
[live-boot-grml.git] / Makefile
index 082bf1e..c64c8c3 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -32,13 +32,13 @@ test:
        else \
                echo "W: checkbashisms - command not found"; \
                echo "I: checkbashisms can be obtained from: "; \
-               echo "I:   http://git.debian.org/?p=devscripts/devscripts.git"; \
+               echo "I:   https://salsa.debian.org/debian/devscripts.git"; \
                echo "I: On Debian based systems, checkbashisms can be installed with:"; \
                echo "I:   apt-get install devscripts"; \
        fi
 
 build:
-       @echo "Nothing to build."
+       $(MAKE) -C $(CURDIR)/manpages
 
 install:
        # Installing components
@@ -59,8 +59,8 @@ install:
        cp frontend/* $(DESTDIR)/bin
 
        # Installing docs
-       mkdir -p $(DESTDIR)/usr/share/doc/live-boot
-       cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot
+       mkdir -p $(DESTDIR)/usr/share/doc/live-boot-grml
+       cp -r COPYING $(DESTDIR)/usr/share/doc/live-boot-grml
 
        # Installing manpages
        for MANPAGE in manpages/en/*; \
@@ -94,7 +94,7 @@ uninstall:
        rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true
 
        # Uninstalling docs
-       rm -rf $(DESTDIR)/usr/share/doc/live-boot
+       rm -rf $(DESTDIR)/usr/share/doc/live-boot-grml
        rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share/doc > /dev/null 2>&1 || true
        rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr/share > /dev/null 2>&1 || true
        rmdir --ignore-fail-on-non-empty $(DESTDIR)/usr > /dev/null 2>&1 || true