patches/indent-03-make-jN.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 357 b5c9d974aef3
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
357
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- indent-2.2.9/man/Makefile.am~	Tue Apr 29 12:22:02 2003
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ indent-2.2.9/man/Makefile.am	Tue Apr 29 12:22:02 2003
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -1,15 +1,14 @@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
-mandir = @mandir@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 bin_PROGRAMS = texinfo2man
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
 texinfo2man_SOURCES = texinfo2man.c
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
-man_MANS = @[email protected]
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
+man_MANS = $(PACKAGE).1
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    11
-EXTRA_DIST = $(man_MANS) @[email protected]
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    12
+EXTRA_DIST = $(man_MANS) $(PACKAGE).1.in
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    13
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    14
 # --------------- Maintainer's Section
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    15
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    16
-MAINTAINERCLEANFILES = @[email protected] Makefile.in texinfo2man 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    17
+MAINTAINERCLEANFILES = $(PACKAGE).1 Makefile.in texinfo2man 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    18
 
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    19
-@[email protected]: ${srcdir}/@[email protected]  ${srcdir}/../doc/@[email protected] texinfo2man.c  Makefile.am
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    20
-	./texinfo2man ${srcdir}/@[email protected] ${srcdir}/../doc/@[email protected] > $@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    21
+$(PACKAGE).1: $(bin_PROGRAMS) ${srcdir}/$(PACKAGE).1.in  ${srcdir}/../doc/$(PACKAGE).texinfo texinfo2man.c  Makefile.am
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    22
+	./texinfo2man ${srcdir}/$(PACKAGE).1.in ${srcdir}/../doc/$(PACKAGE).texinfo > $@
b5c9d974aef3 2007-07-29 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    23