diff options
author | Anne Nicolas <ennael@mageia.org> | 2012-04-30 20:24:35 +0000 |
---|---|---|
committer | Anne Nicolas <ennael@mageia.org> | 2012-04-30 20:24:35 +0000 |
commit | 0d0c4c0f7a9e5f998e372bb2c33e270daf55e101 (patch) | |
tree | a7abdc61c4946452f16e37ea5ad92bb4b9d1c843 | |
parent | 8224533f2c84a6e93183a6cb4e1371d53ff77d33 (diff) | |
download | drakx-installer-help-0d0c4c0f7a9e5f998e372bb2c33e270daf55e101.tar drakx-installer-help-0d0c4c0f7a9e5f998e372bb2c33e270daf55e101.tar.gz drakx-installer-help-0d0c4c0f7a9e5f998e372bb2c33e270daf55e101.tar.bz2 drakx-installer-help-0d0c4c0f7a9e5f998e372bb2c33e270daf55e101.tar.xz drakx-installer-help-0d0c4c0f7a9e5f998e372bb2c33e270daf55e101.zip |
update Makefile for translations
-rw-r--r-- | Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,5 +1,5 @@ PACKAGE = drakx-installer-help -VERSION = 2.10 +VERSION = 2.11 HTML_FILES = acceptLicense.html \ addUser.html \ @@ -25,12 +25,14 @@ HTML_FILES = acceptLicense.html \ takeOverHdChoose.html \ takeOverHdConfirm.html +TRANSLATIONS = el fr nl + PNG_FILES = draft.png \ note.png \ tip.png \ warning.png -FILES = $(HTML_FILES) $(PNG_FILES) COPYING NEWS Makefile README +FILES = $(HTML_FILES) $(PNG_FILES) $(TRANSLATIONS) COPYING NEWS Makefile README clean: rm -f *~ \#*\# |