summaryrefslogtreecommitdiff
path: root/documentation/Makefile
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>1999-03-10 20:18:38 +0000
committerMichael R Sweet <michael.r.sweet@gmail.com>1999-03-10 20:18:38 +0000
commitb5f85fd9d681a5cbbbc022bf0b2b23ba7eeeb41b (patch)
treefabbf60ce1313dc8f7ead592b36c94096503eb79 /documentation/Makefile
parentce193d0ec51aad8c8feb525f46d6ec5869e52ef9 (diff)
Changed PostScript output to Level 1 for maximum compatibility.
Fixed some more typos and formatting problems. git-svn-id: file:///fltk/svn/fltk/trunk@415 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Makefile')
-rw-r--r--documentation/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/Makefile b/documentation/Makefile
index 155c938a0..87c5a2d23 100644
--- a/documentation/Makefile
+++ b/documentation/Makefile
@@ -1,5 +1,5 @@
#
-# "$Id: Makefile,v 1.8 1999/02/22 22:17:48 mike Exp $"
+# "$Id: Makefile,v 1.9 1999/03/10 20:18:37 mike Exp $"
#
# Documentation makefile for the Fast Light Tool Kit (FLTK).
#
@@ -134,7 +134,7 @@ fltk.d/index.html: $(HTMLFILES)
fltk.ps: $(HTMLFILES)
@echo "Generating PostScript documentation..."
- @$(HTMLDOC) -f fltk.ps --jpeg --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
+ @$(HTMLDOC) -f fltk.ps -t ps1 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
fltk.pdf: $(HTMLFILES)
@echo "Generating PDF documentation..."
@@ -142,5 +142,5 @@ fltk.pdf: $(HTMLFILES)
@$(HTMLDOC) -f fltk.pdf --jpeg --compression=9 --duplex --verbose --toclevels 2 --title FL.gif $(HTMLFILES)
#
-# End of "$Id: Makefile,v 1.8 1999/02/22 22:17:48 mike Exp $".
+# End of "$Id: Makefile,v 1.9 1999/03/10 20:18:37 mike Exp $".
#