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

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Torsten Spindler
  • Date: 2007-12-14 16:00:19 UTC
  • mto: This revision was merged to the branch mainline in revision 135.
  • Revision ID: spindler@canonical.com-20071214160019-jm9o22aofttpcost
Added xinclude for building html and reverted removal of extra tags in chapter1

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        @rm -f tmp-$@.xml
42
42
 
43
43
%.html: %.xml $(XSL)
44
 
        @$(XSLTPROC) -o - $(IGXSL) $< | $(XSLTPROC) -o $@ $(XSL) -
 
44
        @$(XSLTPROC) --xinclude -o - $(IGXSL) $< | $(XSLTPROC) -o $@ $(XSL) -
45
45
 
46
46
book: 
47
47
        @$(XSLTPROC) --xinclude -o tmp-ig.xml $(CURDIR)/lib/instructorguide.xsl $(BOOK).xml