patches/ggz-client-libs-02-manpages.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 2832 a5cfdc349512
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2832
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     1
--- ggz-client-libs-0.0.14.orig/man/Makefile.am	2008-02-18 11:23:18.193953805 +0000
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     2
+++ ggz-client-libs-0.0.14/man/Makefile.am	2008-02-18 11:27:28.618382567 +0000
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     3
@@ -1,15 +1,17 @@
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     4
+if COND_GGZWRAP
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     5
+ggzwrap_man = ggzwrap.1 ggz-wrapper.6
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     6
+endif
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     7
+
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     8
 man_MANS = \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
     9
 	ggz-config.6 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    10
 	ggz.modules.5 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    11
 	ggzcore_h.3 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    12
 	ggzmod_h.3 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    13
-	ggz-wrapper.6 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    14
-	ggzwrap.1 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    15
 	ggz.7 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    16
-	ggz.6
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    17
+	ggz.6 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    18
+	$(ggzwrap_man)
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    19
 
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    20
 EXTRA_DIST = \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    21
-	ggz-wrapper.6 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    22
-	ggzwrap.1 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    23
 	ggz.7 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    24
-	ggz.6
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    25
+	ggz.6 \
a5cfdc349512 2010-07-07 Brian Cameron <[email protected]>
yippi
parents:
diff changeset
    26
+	$(ggzwrap_man)