summaryrefslogtreecommitdiff
path: root/ftp/wput/files/patch-Makefile.in
blob: 6489968ca29edbcbb1e1b6a27030788ec6df72b2 (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
--- Makefile.in.orig	2007-12-12 08:30:04.000000000 -0900
+++ Makefile.in	2008-01-17 14:17:36.000000000 -0900
@@ -9,7 +9,6 @@
 all clean:
 	cd po && $(MAKE) $(MAKEDEFS) $@
 	cd src && $(MAKE) $(MAKEDEFS) $@
-	cd doc && $(MAKE) $(MAKEDEFS) $@
 
 win-clean:
 	cd src && $(MAKE) $(MAKEDEFS) $@
@@ -17,7 +16,6 @@
 install: all
 	cd po && $(MAKE) $(MAKEDEFS) $@
 	install -m0755 wput $(bindir)
-	install -m0644 doc/wput.1.gz $(mandir)
 	@echo "----------------"
 	@echo "Wput installed. See 'wput -h' or 'man wput' for usage information."
 	@echo "Further documentation is located in the doc/USAGE.* files."
@@ -27,5 +25,4 @@
 	@echo "----------------"
 uninstall:
 	rm -f $(bindir)/wput
-	rm -f $(mandir)/wput.1.gz