[X2go-Commits] x2goserver.git - master (branch) updated: 3.0.99.10-9-g745b2b2
X2go dev team
git-admin at x2go.org
Mon Feb 13 21:55:25 CET 2012
The branch, master has been updated
via 745b2b21be2df3a91bf8c0870054cbc2138b37e1 (commit)
from 53ce826d7ea804ca27c03e382571bdf5f54ed974 (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 -----------------------------------------------------------------
commit 745b2b21be2df3a91bf8c0870054cbc2138b37e1
Author: Jan Engelhardt <jengelh at medozas.de>
Date: Mon Feb 13 20:17:43 2012 +0100
Use ,,${MAKE}'' instead of ,,make'' in Makefile.
-----------------------------------------------------------------------
Summary of changes:
Makefile.docupload | 2 +-
debian/changelog | 1 +
2 files changed, 2 insertions(+), 1 deletions(-)
The diff of changes is:
diff --git a/Makefile.docupload b/Makefile.docupload
index 70dfc1c..8c9e770 100644
--- a/Makefile.docupload
+++ b/Makefile.docupload
@@ -15,7 +15,7 @@ all: doc
doc: clean docbuild docupload
docbuild:
- make -f Makefile build_man2html
+ ${MAKE} -f Makefile build_man2html
docupload:
ssh -l${DOC_USER} ${DOC_HOST} "{ mkdir -p ${DOC_PATCH_x2goserver}; rm -Rfv ${DOC_PATCH_x2goserver}/*; }"
diff --git a/debian/changelog b/debian/changelog
index aea7a3b..159a8f5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ x2goserver (3.1.0.0-0~x2go1) UNRELEASED; urgency=low
[ Jan Engelhardt ]
* New upstream version (3.1.0.0):
- Use /cgi-bin/man/ path in web'ified man pages.
+ - Use ,,${MAKE}'' instead of ,,make'' in Makefile.
-- Mike Gabriel <mike.gabriel at das-netzwerkteam.de> Wed, 01 Feb 2012 13:45:00 +0100
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