diff options
-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 *~ \#*\# |