summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/tix/files/patch-ab
blob: 2c171fb6502c04c10577115a39467e5ceb63460a (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
31
32
33
34
35
36
37
38
39
40
41
42
43
--- ../Makefile.in.orig	Thu Mar 18 11:44:17 1999
+++ ../Makefile.in	Wed Nov  3 14:35:27 1999
@@ -28,7 +28,7 @@
 # Directory in which to install the library of Tix scripts and demos
 # (note: you can set the TIX_LIBRARY environment variable at run-time to
 # override the compiled-in location):
-TIX_LIBRARY =	$(prefix)/lib/tix$(TIX_VERSION)
+TIX_LIBRARY =	$(prefix)/share/tix$(TIX_VERSION)
 
 # Directory in which to install the archive libtix.a:
 LIB_DIR =	$(exec_prefix)/lib
@@ -115,7 +115,7 @@
 		fi; \
 	    done;
 	@echo "installing the tixindex program for builing tclIndex for Tix scripts"
-	@cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
+	-@cd $(TOOLS_DIR); $(INSTALL_PROGRAM) tixindex $(BIN_DIR)/tixindex
 
 install-headers:
 	@for i in $(INCLUDE_DIR); \
@@ -219,12 +219,20 @@
 		else true; \
 		fi; \
 	    done;
-	@cd $(MANUAL_DIR); for i in *.n *.1; \
+	@cd $(MANUAL_DIR); for i in *.1; \
+	    do \
+	    echo "Installing doc/$$i"; \
+	    rm -f $(MAN1_DIR)/$$i; \
+	    sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \
+		    $$i > $(MAN1_DIR)/$$i; \
+	    chmod 444 $(MAN1_DIR)/$$i; \
+	    done;
+	@cd $(MANUAL_DIR); for i in *.n; \
 	    do \
 	    echo "Installing doc/$$i"; \
 	    rm -f $(MANN_DIR)/$$i; \
 	    sed -e '/man\.macros/r man.macros' -e '/man\.macros/d' \
-		    $$i > $(MANN_DIR)/$$i; \
+		$$i > $(MANN_DIR)/$$i; \
 	    chmod 444 $(MANN_DIR)/$$i; \
 	    done;
 
OpenPOWER on IntegriCloud