File: 00-make.patch

package info (click to toggle)
tpp 1.3.1-8.1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 468 kB
  • sloc: ruby: 1,454; lisp: 111; sh: 40; makefile: 32
file content (15 lines) | stat: -rw-r--r-- 526 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Nico Golde <nion@debian.org>
Description: Adjust documentation file install

diff -urNad tpp-1.3.1~/Makefile tpp-1.3.1/Makefile
--- tpp-1.3.1~/Makefile	2005-06-12 13:37:20.000000000 +0200
+++ tpp-1.3.1/Makefile	2007-04-23 11:24:33.000000000 +0200
@@ -13,7 +13,7 @@
 
 install :
 	mkdir -p $(DOCPATH)	
-	install -m644 DESIGN CHANGES COPYING README THANKS $(DOCPATH)	
+	install -m644 DESIGN README THANKS $(DOCPATH)	
 	install -m644 doc/tpp.1 $(MANPATH)
 	install tpp.rb $(INSPATH)$(BIN)		
 	mkdir -p $(DOCPATH)/contrib