diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -19,6 +19,7 @@ HTML_FILES = acceptLicense.html \ selectLanguage.html \ selectMouse.html \ setupBootloaderBeginner.html \ + setupBootloaderExpert.html \ setupSCSI.html \ setupX.html \ takeOverHdChoose.html \ @@ -29,7 +30,7 @@ PNG_FILES = draft.png \ tip.png \ warning.png -FILES = $(HTML_FILES) $(PNG_FILES) COPYING NEWS README +FILES = $(HTML_FILES) $(PNG_FILES) COPYING NEWS Makefile README clean: rm -f *~ \#*\# |