comparison en/Makefile @ 658:b90b024729f1

WIP DocBook snapshot that all compiles. Mirabile dictu!
author Bryan O'Sullivan <bos@serpentine.com>
date Wed, 18 Feb 2009 00:22:09 -0800
parents 8631da51309b
children 27043f385f3f
comparison
equal deleted inserted replaced
657:8631da51309b 658:b90b024729f1
31 wdir-merge.svg \ 31 wdir-merge.svg \
32 wdir-pre-branch.svg 32 wdir-pre-branch.svg
33 33
34 xml-src-files := \ 34 xml-src-files := \
35 00book.xml \ 35 00book.xml \
36 ch01-intro.xml \ 36 app*.xml \
37 ch02-tour-basic.xml \ 37 ch*.xml
38 ch12-mq.xml
39 38
40 image-dot := $(filter %.dot,$(image-sources)) 39 image-dot := $(filter %.dot,$(image-sources))
41 image-svg := $(filter %.svg,$(image-sources)) 40 image-svg := $(filter %.svg,$(image-sources))
42 image-png := $(filter %.png,$(image-sources)) 41 image-png := $(filter %.png,$(image-sources))
43 42