~ricardo-cropalato/ubuntu-desktop-course/ubuntu-desktop-course-pt-br-ricardo-cropalato

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Billy Cina
  • Date: 2007-12-10 17:03:16 UTC
  • Revision ID: training@canonical.com-20071210170316-bnp2ou3qa7c4vos6
Added Bellinda Lopez Comments

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
XSLTPROC = /usr/bin/xsltproc
30
30
DBLATEX = /usr/bin/dblatex
31
 
DBLATEXOPTS = $(TEXSTYLE) -p $(CURDIR)/lib/dblatex.xsl -Ichapter1 -Ichapter2 -Ichapter3 -Ichapter4 -Ichapter5 -Ichapter6 -Ichapter7 -Ichapter8 -Ichapter9 -Ichapter10
 
31
DBLATEXOPTS = $(TEXSTYLE) -p $(CURDIR)/lib/dblatex.xsl -Ichapter1 -Ichapter3 -Ichapter4 -Ichapter5 -Ichapter6 -Ichapter7 -Ichapter8 -Ichapter9 -Ichapter10 -Ichapter11 
32
32
XSL ?= $(CURDIR)/lib/html.xsl
33
33
 
34
34
%/stamp: %/
41
41
        @rm -f tmp-$@.xml
42
42
 
43
43
%.html: %.xml $(XSL)
44
 
        @$(XSLTPROC) --xinclude -o - $(IGXSL) $< | $(XSLTPROC) -o $@ $(XSL) -
 
44
        @$(XSLTPROC) -o - $(IGXSL) $< | $(XSLTPROC) -o $@ $(XSL) -
45
45
 
46
46
book: 
47
47
        @$(XSLTPROC) --xinclude -o tmp-ig.xml $(CURDIR)/lib/instructorguide.xsl $(BOOK).xml