summaryrefslogtreecommitdiffstats
path: root/graphics/tiff/files/patch-ae
blob: c55ae3236f50c590a676c4ec50365fd0a269900e (plain)
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
--- html/Makefile.in.orig	Tue Mar 28 02:05:55 2000
+++ html/Makefile.in	Sat Apr  1 00:00:00 2000
@@ -76,8 +76,6 @@
 	v3.5.1.html		\
 	v3.5.2.html		\
 	v3.5.3.html		\
-	v3.5.4.html		\
-	v3.5.5.html		\
 	${NULL}
 IMAGES=\
 	images/back.gif		\
@@ -85,6 +83,8 @@
 	images/cat.gif		\
 	images/cover.jpg	\
 	images/cramps.gif	\
+	images/dave.gif		\
+	images/info.gif		\
 	images/jello.jpg	\
 	images/jim.gif		\
 	images/note.gif		\
@@ -102,8 +102,7 @@
 install: all
 	${INSTALL} -m 755 -dir -idb tiff.man.html ${HTML} ${HTML}/images
 	for i in ${HTMLFILES} ${IMAGES}; do \
-	    ${INSTALL} -idb tiff.man.html -m 444 -F ${HTML} \
-		-src ${SRCDIR}/$$i -O $$i; \
+	    ${BSD_INSTALL_DATA} ${SRCDIR}/$$i ${HTML}/$$i; \
 	done
 
 clean:;
OpenPOWER on IntegriCloud