diff options
author | Kamil Rytarowski <kamil@mageia.org> | 2012-04-26 19:29:02 +0000 |
---|---|---|
committer | Kamil Rytarowski <kamil@mageia.org> | 2012-04-26 19:29:02 +0000 |
commit | 8fc47c7038b0f8e4abbd463173ccfa2ea2fc5d16 (patch) | |
tree | c59a6041bab16ec81135751e547bbc9eaf81b7e8 | |
parent | aafb1350904939f35ef29f74656028ed2a7abf71 (diff) | |
download | drakx-installer-help-8fc47c7038b0f8e4abbd463173ccfa2ea2fc5d16.tar drakx-installer-help-8fc47c7038b0f8e4abbd463173ccfa2ea2fc5d16.tar.gz drakx-installer-help-8fc47c7038b0f8e4abbd463173ccfa2ea2fc5d16.tar.bz2 drakx-installer-help-8fc47c7038b0f8e4abbd463173ccfa2ea2fc5d16.tar.xz drakx-installer-help-8fc47c7038b0f8e4abbd463173ccfa2ea2fc5d16.zip |
- add missing setupBootloaderExpert.html and Makefile to the Makefile tarball generator
-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) |