mirror of
https://github.com/fltk/fltk.git
synced 2026-05-21 22:51:41 +08:00
JPEG compression for PS manual.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.0@1017 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# "$Id: Makefile,v 1.9.2.3 2000/02/25 03:44:20 mike Exp $"
|
||||
# "$Id: Makefile,v 1.9.2.4 2000/02/29 21:35:47 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 -t ps2 --duplex --verbose --toclevels 2 --titleimage FL.gif $(HTMLFILES)
|
||||
@$(HTMLDOC) -f fltk.ps --jpeg --duplex --verbose --toclevels 2 --titleimage 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 --titleimage FL.gif $(HTMLFILES)
|
||||
|
||||
#
|
||||
# End of "$Id: Makefile,v 1.9.2.3 2000/02/25 03:44:20 mike Exp $".
|
||||
# End of "$Id: Makefile,v 1.9.2.4 2000/02/29 21:35:47 mike Exp $".
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user