summaryrefslogtreecommitdiffstats
path: root/development/esvn/esvn-Makefile.diff
blob: 2f66a9aaea73fe7ba762c5b5d7ecc3611375a4ef (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
44
45
46
47
48
49
--- Makefile.orig	2008-03-05 13:51:10.000000000 +0200
+++ Makefile	2008-03-05 13:58:47.000000000 +0200
@@ -6,26 +6,14 @@
 	@echo "** done **"
 
 esvn:
-	qmake esvn.pro
 	make -f esvn.mak
 	
 esvn-diff-wrapper:
-	qmake esvn-diff-wrapper.pro
 	make -f esvn-diff-wrapper.mak
 
 install:
 	make -f esvn.mak install
 	make -f esvn-diff-wrapper.mak install
-	mkdir -p /usr/share/doc/esvn
-	cp -f -r html-docs /usr/share/doc/esvn
-
-#cp -f esvn.pdf /usr/share/doc/esvn
-
-install-doc:	
-	mkdir -p /usr/share/doc/esvn
-	cp -f -r html-docs /usr/share/doc/esvn
-
-#cp -f esvn.pdf /usr/share/doc/esvn
 
 clean:
 	make -f esvn.mak clean
--- esvn.pro.orig	2008-03-05 13:51:22.000000000 +0200
+++ esvn.pro	2008-03-05 13:59:15.000000000 +0200
@@ -253,7 +253,6 @@
   VER=$$system(cat VERSION)
 
   target.path  = /usr/bin
-  target.files = esvn
   INSTALLS += target
 
   icons.path = /usr/share/pixmaps
--- esvn-diff-wrapper.pro.orig	2008-03-05 13:51:32.000000000 +0200
+++ esvn-diff-wrapper.pro	2008-03-05 14:01:38.000000000 +0200
@@ -13,7 +13,6 @@
 # Target is an application:  
 
 MAKEFILE = esvn-diff-wrapper.mak
-target.files = esvn-diff-wrapper
 target.path = /usr/bin 
 INSTALLS += target 
 unix{