summaryrefslogtreecommitdiff
path: root/devel/automake14/files/patch-Makefile.in
blob: 5008a3dc1339d0914b9af9e3ca51c4c4df66de21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
--- Makefile.in.orig	Sat Jul 27 14:09:40 2002
+++ Makefile.in	Thu May 13 13:44:45 2004
@@ -36,5 +36,5 @@
 
-pkgdatadir = $(datadir)/@PACKAGE@
-pkglibdir = $(libdir)/@PACKAGE@
-pkgincludedir = $(includedir)/@PACKAGE@
+pkgdatadir = $(datadir)/@PACKAGE@14
+pkglibdir = $(libdir)/@PACKAGE@14
+pkgincludedir = $(includedir)/@PACKAGE@14
 
@@ -74,3 +74,3 @@
 bin_SCRIPTS = automake aclocal
-info_TEXINFOS = automake.texi
+info_TEXINFOS = automake14.texi
 
@@ -97,5 +97,5 @@
 TEXI2DVI = texi2dvi
-INFO_DEPS = automake.info
-DVIS = automake.dvi
-TEXINFOS = automake.texi
+INFO_DEPS = automake14.info
+DVIS = automake14.dvi
+TEXINFOS = automake14.texi
 DATA =  $(pkgvdata_DATA) $(script_DATA)
@@ -156,4 +156,4 @@
 
-$(srcdir)/stamp-vti: automake.texi $(top_srcdir)/configure.in
-	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake.texi`" > vti.tmp
+$(srcdir)/stamp-vti: automake14.texi $(top_srcdir)/configure.in
+	@echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/automake14.texi`" > vti.tmp
 	@echo "@set EDITION $(VERSION)" >> vti.tmp
@@ -176,4 +176,4 @@
 
-automake.info: automake.texi version.texi
-automake.dvi: automake.texi version.texi
+automake14.info: automake14.texi version.texi
+automake14.dvi: automake14.texi version.texi
 
@@ -185,3 +185,3 @@
 	cd $(srcdir) \
-	  && $(MAKEINFO) `echo $< | sed 's,.*/,,'`
+	  && $(MAKEINFO) --no-split `echo $< | sed 's,.*/,,'`
 
@@ -276,3 +276,3 @@
 mostlyclean-aminfo:
-	-rm -f automake.aux automake.cp automake.cps automake.dvi automake.fn \
+	-rm -f automake.aux automake.cp automake.cps automake14.dvi automake.fn \
 	  automake.fns automake.ky automake.kys automake.ps \
@@ -490,3 +490,3 @@
 	@$(NORMAL_INSTALL)
-	$(MAKE) $(AM_MAKEFLAGS) install-exec-hook
+	$(MAKE) $(AM_MAKEFLAGS)
 install-exec: install-exec-recursive