/[thuban]/branches/WIP-pyshapelib-bramz/Doc/manual/Makefile
ViewVC logotype

Annotation of /branches/WIP-pyshapelib-bramz/Doc/manual/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1474 - (hide annotations)
Thu Jul 24 09:05:44 2003 UTC (21 years, 7 months ago) by jonathan
Original Path: trunk/thuban/Doc/manual/Makefile
File size: 413 byte(s)
New. Makefile to generate all formats for the manual and images.

1 jonathan 1474 SRC_MAN=thuban-manual.xml
2     SRC_IMAGES=$(wildcard images/*.png)
3     EPS_IMAGES=$(patsubst %.png,%.eps,$(SRC_IMAGES))
4    
5     all: images man-all
6    
7     man-all: man-html man-dvi man-ps man-pdf man-rtf
8    
9     man-html:
10     db2html $(SRC_MAN)
11     man-dvi: images
12     db2dvi $(SRC_MAN)
13     man-ps: images
14     db2ps $(SRC_MAN)
15     man-pdf: images
16     db2pdf $(SRC_MAN)
17     man-rtf:
18     db2rtf $(SRC_MAN)
19    
20     images: $(EPS_IMAGES)
21    
22     %.eps: %.png
23     convert $< $@
24    
25     .PHONY: images
26    

Properties

Name Value
svn:eol-style native
svn:keywords Author Date Id Revision

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26