File: 01-Web--Makefile.patch

package info (click to toggle)
fweb 1.62-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,216 kB
  • sloc: ansic: 41,943; makefile: 344; sh: 152
file content (44 lines) | stat: -rw-r--r-- 1,864 bytes parent folder | download | duplicates (5)
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
From 210e0fb5738a40ae00aa0bfc6a351c1df7880dac Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Fri, 18 Nov 2011 15:28:07 +0200
Subject: [PATCH] Web/Makefile: adjust install
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
 Web/Makefile |   17 ++++-------------
 1 files changed, 4 insertions(+), 13 deletions(-)

diff --git a/Web/Makefile b/Web/Makefile
index 2cc2b56..8cf9e9d 100644
--- a/Web/Makefile
+++ b/Web/Makefile
@@ -591,19 +591,10 @@ install: both idxmerge $(MANUAL)/fweb.info
 	$(INSTALL_DATA) $(MANUAL)/fwebmac.sty $(texdir)/fwebmac.sty
 	$(INSTALL_DATA) $(MANUAL)/fweb.tex $(texdir)/fweb.tex
 	$(INSTALL_DATA) $(MANUAL)/fweb.1 $(mandir)/fweb.$(manext)
-	$(INSTALL_DATA) $(MANUAL)/fweb.info $(infodir)/fweb.info
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-1 $(infodir)/fweb.info-1
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-2 $(infodir)/fweb.info-2
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-3 $(infodir)/fweb.info-3
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-4 $(infodir)/fweb.info-4
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-5 $(infodir)/fweb.info-5
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-6 $(infodir)/fweb.info-6
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-7 $(infodir)/fweb.info-7
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-8 $(infodir)/fweb.info-8
-	$(INSTALL_DATA) $(MANUAL)/fweb.info-9 $(infodir)/fweb.info-9
-	$(INSTALL_DATA) $(MANUAL)/fweb.texi $(texinfodir)/fweb.texi
-	@echo ""
-	@echo "DON'T FORGET TO RECORD THE PRESENCE OF fweb.info BY EDITING $(infodir)/dir."
+	$(INSTALL_DATA) $(MANUAL)/fweb.info* $(infodir)/
+#	$(INSTALL_DATA) $(MANUAL)/fweb.texi $(texinfodir)/fweb.texi
+#	@echo ""
+#	@echo "DON'T FORGET TO RECORD THE PRESENCE OF fweb.info BY EDITING $(infodir)/dir."
 
 uninstall:
 	@echo "Sorry, uninstall is not implemented yet!"
-- 
1.7.7.1