|
1 | 1 | # Makefile to generate the CSS2 document based on its "source files" |
2 | 2 | # Arnaud Le Hors - lehors@w3.org |
3 | | -# $Id: Makefile,v 2.95 2006-04-06 23:27:27 bbos Exp $ |
| 3 | +# $Id: Makefile,v 2.96 2006-04-06 23:35:58 bbos Exp $ |
4 | 4 |
|
5 | 5 | # what needs to be set for every new release: |
6 | 6 | # Note use of full year (1998) in identifier. |
@@ -215,7 +215,7 @@ ADDLONGDESC = $(PERL) ./bin/addlongdesc |
215 | 215 | # |
216 | 216 | HTML2PS= $(PERL) bin/html2ps -d -f html2psrc2 |
217 | 217 | PDF2PS=pdftops |
218 | | -HTML2PDF=prince -i html |
| 218 | +#HTML2PDF=prince -i html |
219 | 219 |
|
220 | 220 | # IDRAW -> PS -> GIF tools |
221 | 221 | #PSTOPNM = ./bin/mypstopnm -r 75 |
@@ -347,26 +347,26 @@ errata.html : errata.src |
347 | 347 |
|
348 | 348 | extras: css2.ps.gz css2.pdf css2.txt css2.zip css2.tgz |
349 | 349 |
|
350 | | -#css2.ps ps: build/blocks.ok $(SPECOBJS) images/pngs.ok $(IMAGES) |
| 350 | +css2.ps: build/blocks.ok $(SPECOBJS) images/pngs.ok $(IMAGES) |
351 | 351 | # Because of memory limitations in html2ps, use the |
352 | 352 | # automagic feature that any *.gif files are not |
353 | 353 | # converted to ps if there's a *.ps file in the same |
354 | 354 | # directory. |
355 | | -# -@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done) |
356 | | -# $(HTML2PS) $(SPECOBJS) > $@ |
| 355 | + -@(cd images; for i in *.idraw; do $(LN) -s $$i "`basename $$i .idraw`.ps"; done) |
| 356 | + $(HTML2PS) $(SPECOBJS) > $@ |
357 | 357 |
|
358 | | -css2.ps: css2.pdf |
359 | | - $(PDF2PS) $< $@ |
| 358 | +#css2.ps: css2.pdf |
| 359 | +# $(PDF2PS) $< $@ |
360 | 360 |
|
361 | 361 | css2.ps.gz: css2.ps |
362 | 362 | gzip <$< >$@ |
363 | 363 |
|
364 | 364 | # This requires Acrobat Distiller or equivalent |
365 | | -#css2.pdf pdf: css2.ps |
366 | | -# $(DISTILL) css2.ps |
| 365 | +css2.pdf: css2.ps |
| 366 | + $(DISTILL) css2.ps |
367 | 367 |
|
368 | | -css2.pdf: css2.html |
369 | | - $(HTML2PDF) $< $@ |
| 368 | +#css2.pdf: css2.html |
| 369 | +# $(HTML2PDF) $< $@ |
370 | 370 |
|
371 | 371 | css2.html html: $(SPECOBJS) |
372 | 372 | $(HTMLCAT) - $(SPECOBJS) | \ |
|
0 commit comments