[X2Go-Commits] x2goserver.git - build-main (branch) updated: 3.0.99.10-41-gc7c08d5
X2Go dev team
git-admin at x2go.org
Wed Dec 4 06:18:11 CET 2013
The branch, build-main has been updated
via c7c08d58deb17843064a18749af07124b13a4cf5 (commit)
from c9abfa3b2b358c183e06b78e725ebb7d5b5e0750 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
debian/x2goserver-fmbindings.manpages | 1 +
x2goserver-fmbindings/Makefile | 22 +++++++++++-----------
2 files changed, 12 insertions(+), 11 deletions(-)
create mode 100644 debian/x2goserver-fmbindings.manpages
The diff of changes is:
diff --git a/debian/x2goserver-fmbindings.manpages b/debian/x2goserver-fmbindings.manpages
new file mode 100644
index 0000000..ec148a6
--- /dev/null
+++ b/debian/x2goserver-fmbindings.manpages
@@ -0,0 +1 @@
+x2goserver-fmbindings/man/man8/*
\ No newline at end of file
diff --git a/x2goserver-fmbindings/Makefile b/x2goserver-fmbindings/Makefile
index c91d181..bd9aa69 100755
--- a/x2goserver-fmbindings/Makefile
+++ b/x2goserver-fmbindings/Makefile
@@ -39,14 +39,14 @@ build-indep: build_man2html
build-arch:
build_man2html:
-# mkdir -p $(MAN2HTML_DEST)
-# for man_page in $(man_pages); do mkdir -p `dirname $(MAN2HTML_DEST)/$$man_page`; done
-# for man_page in $(man_pages); do $(MAN2HTML_BIN) $(MAN2HTML_SRC)/$$man_page > $(MAN2HTML_DEST)/$$man_page.html; done
+ mkdir -p $(MAN2HTML_DEST)
+ for man_page in $(man_pages); do mkdir -p `dirname $(MAN2HTML_DEST)/$$man_page`; done
+ for man_page in $(man_pages); do $(MAN2HTML_BIN) $(MAN2HTML_SRC)/$$man_page > $(MAN2HTML_DEST)/$$man_page.html; done
clean: clean_man2html
clean_man2html:
-# rm -rf `dirname $(MAN2HTML_DEST)`
+ rm -rf `dirname $(MAN2HTML_DEST)`
install: install_scripts install_config install_man install_version
@@ -58,10 +58,10 @@ install_scripts:
install_config:
install_man:
-# $(INSTALL_DIR) $(DESTDIR)$(MANDIR)
-# $(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man8
-# $(INSTALL_FILE) man/man8/*.8 $(DESTDIR)$(MANDIR)/man8
-# gzip -f $(DESTDIR)$(MANDIR)/man8/x2go*.8
+ $(INSTALL_DIR) $(DESTDIR)$(MANDIR)
+ $(INSTALL_DIR) $(DESTDIR)$(MANDIR)/man8
+ $(INSTALL_FILE) man/man8/*.8 $(DESTDIR)$(MANDIR)/man8
+ gzip -f $(DESTDIR)$(MANDIR)/man8/x2go*.8
install_version:
$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)
@@ -76,9 +76,9 @@ uninstall_scripts:
uninstall_config:
uninstall_man:
-# for file in $(BIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man8/$$file.8.gz; done
-# for file in $(SBIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man8/$$file.8.gz; done
-# $(RM_DIR) $(DESTDIR)$(MANDIR) || true
+ for file in $(BIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man8/$$file.8.gz; done
+ for file in $(SBIN_SCRIPTS); do $(RM_FILE) $(DESTDIR)$(MANDIR)/man8/$$file.8.gz; done
+ $(RM_DIR) $(DESTDIR)$(MANDIR) || true
uninstall_version:
$(RM_FILE) $(DESTDIR)$(SHAREDIR)/versions/VERSION.x2goserver-extensions
hooks/post-receive
--
x2goserver.git (X2Go Server)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "x2goserver.git" (X2Go Server).
More information about the x2go-commits
mailing list