[X2Go-Commits] [x2goclient] 87/94: fixes build sequence
git-admin at x2go.org
git-admin at x2go.org
Fri Dec 15 21:04:55 CET 2023
This is an automated email from the git hooks/post-receive script.
x2go pushed a commit to annotated tag 0.1.4.0
in repository x2goclient.
commit 5c1b9d437279d2fb6d5f9f92d52f147c5e1c1806
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Thu May 26 12:04:55 2011 +0200
fixes build sequence
---
.build_man2html/html/pyhoca-cli.1.html | 2 +-
Makefile => Makefile.man2html | 4 +---
debian/rules | 8 ++------
3 files changed, 4 insertions(+), 10 deletions(-)
diff --git a/.build_man2html/html/pyhoca-cli.1.html b/.build_man2html/html/pyhoca-cli.1.html
index e69cf0b8..a79ce10b 100644
--- a/.build_man2html/html/pyhoca-cli.1.html
+++ b/.build_man2html/html/pyhoca-cli.1.html
@@ -208,6 +208,6 @@ Mike Gabriel <<A HREF="mailto:mike.gabriel at das-netzwerkteam.de">mike.gabriel@
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
-Time: 19:47:50 GMT, May 22, 2011
+Time: 09:53:50 GMT, May 26, 2011
</BODY>
</HTML>
diff --git a/Makefile b/Makefile.man2html
similarity index 85%
rename from Makefile
rename to Makefile.man2html
index 226b6c86..8f7798b3 100644
--- a/Makefile
+++ b/Makefile.man2html
@@ -6,9 +6,7 @@ MAN2HTML = man2html
SRC = man
DEST = .build_man2html/html
-all: build
-
-build: $(man_pages)
+all: $(man_pages)
pyhoca-cli.1:
mkdir -p $(DEST)
diff --git a/debian/rules b/debian/rules
index df8b72ad..f4ddccc9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,16 +9,12 @@ PYVERS=$(shell pyversions -vr)
dh ${@}
build:
- dh ${@}
-
-install:
+ make -f Makefile.man2html
dh ${@}
-binary-indep:
- dh ${@}
-
clean:
rm -Rfv debian/pyhoca-cli debian/pyhoca-cli.*.debhelper debian/pyhoca-cli.substvars
rm -Rfv debian/tmp debian/patches
dh ${@}
+
--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
More information about the x2go-commits
mailing list