File: upstream-rationalization-cleanup.patch

package info (click to toggle)
tachyon 0.99~b6%2Bdsx-10
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 18,848 kB
  • sloc: ansic: 16,987; makefile: 737; sh: 275
file content (42 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (4)
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
Description: rationalization -- clean up
 Straightforward clean up.
 This patch is meant to be submitted to the upstream maintainer.
Origin: vendor, Debian
Author: Jerome Benoit <calculus@rezozer.net>
Last-Update: 2014-10-20

--- a/docs/Makefile
+++ b/docs/Makefile
@@ -6,7 +6,6 @@
 DVIPS=dvips
 LATEX2HTML=latex2html
 PDFLATEX=pdflatex
-DISTILLER=distiller
 MAKEINDEX=makeindex
 
 default:
@@ -25,8 +24,8 @@
 
 html: tachyon.html
 
-tachyon.html : 
-	rm -rf ./tachyon
+tachyon.html :
+	rm -rf tachyon
 	$(LATEX2HTML) \
 		-local_icons \
 		-split 5 \
@@ -38,12 +37,8 @@
 		-up_title "photonlimited.com, home of Tachyon" \
 		tachyon
 
-#	tar -cvf - tachyon | gzip > tachyon.html.tar.gz
-#	rm -rf ./tachyon
-
-
 tachyon.ps : tachyon.dvi
-	$(DVIPS) tachyon.dvi -o tachyon.ps 
+	$(DVIPS) tachyon.dvi -o tachyon.ps
 
 tachyon.dvi :
 	$(LATEX) tachyon