| 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 |
| 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 |
|
|
| 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) |