/[ddp]/manuals/trunk/release-notes/Makefile
ViewVC logotype

Diff of /manuals/trunk/release-notes/Makefile

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

revision 5398 by debacle, Mon Oct 6 21:29:17 2008 UTC revision 5399 by debacle, Mon Oct 6 22:35:52 2008 UTC
# Line 59  all: $(LANGUAGES) Line 59  all: $(LANGUAGES)
59    
60  $(LANGUAGES):  $(LANGUAGES):
61  ifeq "$(architecture)" ""  ifeq "$(architecture)" ""
62          @echo architecture variable must be set          @echo "architecture variable must be set, try one of: $(arches)"
63          exit 1          exit 1
64  else  else
65          -$(MAKE) LINGUA=$@ html txt pdf ps          -$(MAKE) LINGUA=$@ html txt pdf ps
# Line 103  $(LINGUA)/$(manual).$(architecture).html Line 103  $(LINGUA)/$(manual).$(architecture).html
103                  $(LINGUA)/$(manual).$(architecture).xml html.xsl                  $(LINGUA)/$(manual).$(architecture).xml html.xsl
104          mkdir -p $(LINGUA)/$(manual).$(architecture).html          mkdir -p $(LINGUA)/$(manual).$(architecture).html
105          cd $(LINGUA) && $(XP) -o $(manual).$(architecture).html/ \          cd $(LINGUA) && $(XP) -o $(manual).$(architecture).html/ \
106              --stringparam html.ext $(LINGUA).html \              --stringparam html.ext .$(LINGUA).html \
107              --stringparam draft.mode $(draftmode) \              --stringparam draft.mode $(draftmode) \
108              $(DBK2HTML) $(manual).$(architecture).xml              $(DBK2HTML) $(manual).$(architecture).xml
109    
# Line 214  clean:: $(LANGUAGES-clean) Line 214  clean:: $(LANGUAGES-clean)
214    
215  $(LANGUAGES-clean):  $(LANGUAGES-clean):
216          cd $(subst -clean,,$@); \          cd $(subst -clean,,$@); \
217          rm -rf $(manual)-*.html $(manual)-*.txt $(manual)-*.pdf \          rm -rf *~ .*~ $(manual).*.html $(manual).*.txt $(manual).*.pdf \
218              $(manual)-*.ps $(manual)-*.xml              $(manual).*.ps $(manual).*.xml
219    
220  printarches:  printarches:
221          @echo $(arches)          @echo $(arches)

Legend:
Removed from v.5398  
changed lines
  Added in v.5399

  ViewVC Help
Powered by ViewVC 1.1.5