| 1 |
# Makefile to build HTML + PHP files from WML files |
# Makefile to build HTML + PHP files from WML files |
| 2 |
# requires a checkout of webwml/template/debian from the webwml tree! |
# requires a checkout of webwml/template/debian from the webwml tree! |
| 3 |
|
|
| 4 |
TEMPLDIR := ../webwml/po/template/debian |
TEMPLDIR := ../webwml/english/template/debian |
| 5 |
DEBTEMPLATES := $(wildcard $(TEMPLDIR)/*.wml) \ |
DEBTEMPLATES := $(wildcard $(TEMPLDIR)/*.wml) \ |
| 6 |
$(TEMPLDIR)/countries.def \ |
$(TEMPLDIR)/countries.def \ |
| 7 |
$(TEMPLDIR)/language_names.def \ |
$(TEMPLDIR)/language_names.def \ |