[X2Go-Commits] [x2goserver] 02/02: x2goserver/Makefile: install man1 files and dirs, too.

git-admin at x2go.org git-admin at x2go.org
Thu Dec 13 11:42:08 CET 2018


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goserver.

commit c6c6232cc73da2baf309c72e71b58cded4269c89
Author: Mihai Moldovan <ionic at ionic.de>
Date:   Thu Dec 13 11:42:02 2018 +0100

    x2goserver/Makefile: install man1 files and dirs, too.
---
 debian/changelog    | 1 +
 x2goserver/Makefile | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 630b3e4..33a5855 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -75,6 +75,7 @@ x2goserver (4.1.0.4-0x2go1) UNRELEASED; urgency=medium
     - x2goserver/Makefile: add x2goupdateoptionsstring POD-to-man-page
       handling.
     - x2goserver/Makefile: don't quote POD_SCRIPTS, because of... make.
+    - x2goserver/Makefile: install man1 files and dirs, too.
   * debian/control:
     + Build-depend upon lsb-release for distro version detection.
   * debian/x2goserver.manpages:
diff --git a/x2goserver/Makefile b/x2goserver/Makefile
index 36ea410..b49e73a 100755
--- a/x2goserver/Makefile
+++ b/x2goserver/Makefile
@@ -102,6 +102,9 @@ install_config:
 
 install_man:
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)
+	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man1
+	$(INSTALL_FILE) man/man1/*.1           $(DESTDIR)$(MANDIR)/man1
+	gzip -f $(DESTDIR)$(MANDIR)/man1/x2go*.1
 	$(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man5
 	$(INSTALL_FILE) man/man5/*.5           $(DESTDIR)$(MANDIR)/man5
 	gzip -f $(DESTDIR)$(MANDIR)/man5/x2go*.5

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goserver.git


More information about the x2go-commits mailing list