From 5f8dea3c8de015b57195b8937fe7d2ad237790fa Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Fri, 1 Aug 2014 11:59:56 +0200 Subject: [PATCH] fixing man install properly done now --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 686875c4..9cfa2766 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,6 @@ export VERSION build: # gettext are built at runtime, to be able to MERGE them from CORE + MODULES before msgfmt - pod2man --center "" --date "" --release "AlternC" --section=8 man/alternc.install.pod >man/alternc.install.8 install: #install-alternc install-squirrelmail install-roundcube install-upnp install-awstats @@ -78,7 +77,7 @@ install-alternc: install-common install-slave: install-common # Man pages - install -o root -g root -m 644 man/alternc.install.8 $(DESTDIR)/usr/share/man/man8/ + pod2man --center "" --date "" --release "AlternC" --section=8 man/alternc.install.pod >$(DESTDIR)/usr/share/man/man8/alternc.install.8 # Then its modules :