diff options
-rw-r--r-- | Makefile | 3 | ||||
-rw-r--r-- | NEWS | 1 |
2 files changed, 3 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 *~ \#*\# @@ -1,5 +1,6 @@ * Thu Apr 26 2012 Kamil Rytarowski <kamil> 2.10 - new .HTML files (the 2012-04-26 version) +- add missing setupBootloaderExpert.html and Makefile to the Makefile tarball generator * Wed Apr 25 2012 Kamil Rytarowski <kamil> 2.9 - new .HTML files (the 2012-04-25 version) |