Parent Directory
|
Revision Log
Use shared Makefile for international/french even without English translation
| 1 | # If this makefile is not generic enough to support a translation, |
| 2 | # please contact debian-www. |
| 3 | |
| 4 | WMLBASE=.. |
| 5 | CUR_DIR=international |
| 6 | SUBS=Catalan Chinese Croatian Danish french German l10n Polish Slovak Swedish |
| 7 | |
| 8 | ifneq (,$(findstring spanish/,$(CURDIR))) |
| 9 | SUBS += spanish |
| 10 | endif |
| 11 | |
| 12 | ifneq (,$(findstring dutch/,$(CURDIR))) |
| 13 | SUBS += dutch |
| 14 | endif |
| 15 | |
| 16 | include $(WMLBASE)/Make.lang |
| 17 | |
| 18 | index.$(LANGUAGE).html: index.wml $(ENGLISHSRCDIR)/international/index.data |
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |