/[ddp]/manuals/branches/release-notes/lenny/Makefile
ViewVC logotype

Diff of /manuals/branches/release-notes/lenny/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5338 by debacle, Tue Aug 12 20:01:38 2008 UTC revision 5339 by debacle, Tue Aug 12 20:15:33 2008 UTC
# Line 125  endif Line 125  endif
125          $(XMLROFF) -o $@ $<          $(XMLROFF) -o $@ $<
126    
127  %.pdf: %.xml  %.pdf: %.xml
128          $(DBLATEX) --output=$@ $<          $(DBLATEX) --output=$@ --param=draft.mode=$(draftmode) $<
129    
130  # Can't we just drop PS in favour of PDF?  # Can't we just drop PS in favour of PDF?
131  %.ps: %.fo  %.ps: %.fo
132          $(XMLROFF) --format postscript -o $@ $<          $(XMLROFF) --format postscript -o $@ $<
133    
134  %.ps: %.xml  %.ps: %.xml
135          $(DBLATEX) --output=$@ --ps $<          $(DBLATEX) --output=$@ --ps --param=draft.mode=$(draftmode) $<
136    
137  txt:    $(LINGUA)/$(manual).$(architecture).txt  txt:    $(LINGUA)/$(manual).$(architecture).txt
138  $(LINGUA)/$(manual).$(architecture).txt: \  $(LINGUA)/$(manual).$(architecture).txt: \

Legend:
Removed from v.5338  
changed lines
  Added in v.5339

  ViewVC Help
Powered by ViewVC 1.1.5