Package: auto-07p / 0.9.1+dfsg-7

03_drop_tek.patch Patch series | download
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
50
51
52
53
54
55
56
Description: Disable building non-free tek2ps utility
Author: Sergey B Kirpichev <skirpichev@gmail.com>
Forwarded: not-needed

---
 07p/Makefile.in |    8 ++------
 07p/configure   |    2 +-
 2 files changed, 3 insertions(+), 7 deletions(-)

--- a/07p/configure
+++ b/07p/configure
@@ -6492,7 +6492,7 @@
 
 
 
-ac_config_files="$ac_config_files Makefile src/Makefile util/Makefile gui/Makefile tek2ps/Makefile plaut/Makefile plaut04/Makefile plaut04/src/Makefile cmds/cmds.make cmds/Makefile gui/auto.makefile cmds/compat.sh"
+ac_config_files="$ac_config_files Makefile src/Makefile util/Makefile gui/Makefile plaut/Makefile plaut04/Makefile plaut04/src/Makefile cmds/cmds.make cmds/Makefile gui/auto.makefile cmds/compat.sh"
 
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
--- a/07p/Makefile.in
+++ b/07p/Makefile.in
@@ -7,7 +7,7 @@
 SHELL=/bin/sh
 @SET_MAKE@
 #
-all: src cmds util @GUI@ @PLAUT@ @PLAUT04@ @TEK2PS@
+all: src cmds util @GUI@ @PLAUT@ @PLAUT04@
 cmd: src cmds util @PLAUT@
 
 src: .FORCE
@@ -33,15 +33,11 @@
 plaut04: .FORCE
 	cd ./plaut04;$(MAKE)
 
-tek2ps: .FORCE
-	cd ./tek2ps;$(MAKE)
-
 #
 clean:
 	cd ./gui;$(MAKE) clean
 	cd ./plaut;$(MAKE) clean
 	cd ./plaut04;$(MAKE) clean
-	cd ./tek2ps;$(MAKE) clean
 	cd ./doc;$(MAKE) clean
 #
 superclean:  clean
@@ -58,7 +54,7 @@
 	rm -f python/*.pyc python/graphics/*.pyc
 	rm -f test/*.pyc test/*_log07p* test/verification/*.html
 	rm -f Makefile cmds/Makefile gui/Makefile plaut/Makefile src/Makefile \
-	  tek2ps/Makefile gui/auto.makefile include/config.h cmds/cmds.make \
+	  gui/auto.makefile include/config.h cmds/cmds.make \
 	  cmds/compat.sh util/Makefile
 	@echo "Super cleaning ... done"