Package: frown / 0.6.1-14

05_only-build-pdf Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Only build pdf
#  don't build and install the manual in PS format.
# Author: Arjan Oosting <arjanoosting@home.nl>
diff -urNad frown~/Manual/Makefile frown/Manual/Makefile
--- frown~/Manual/Makefile	2006-09-28 02:07:12.000000000 +0200
+++ frown/Manual/Makefile	2006-09-28 02:07:12.000000000 +0200
@@ -69,11 +69,10 @@
 
 .PHONY 	: man examples edit xdvi gv acro print spell spellupdate links clean distclean
 
-man: $(file).ps $(file).pdf html
+man: $(file).pdf html
 
 install: man
 	mkdir -p $(doc)
-	cp $(file).ps $(doc)
 	cp $(file).pdf $(doc)
 	cp -r html $(doc)