PACKAGE = drakx-installer-help
VERSION = 3.0
HTML_FILES = acceptLicense.html \
addUser.html \
ask_mntpoint_s.html \
choosePackages.html \
configureX_card_list.html \
configureX_chooser.html \
configureX_monitor.html \
configureNetwork.html \
diskdrake.html \
doPartitionDisks.html \
exitInstall.html \
formatPartitions.html \
index.html \
installer.html \
installUpdates.html \
misc-params.html \
resizeFATChoose.html \
selectInstallClass.html \
selectKeyboard.html \
selectLanguage.html \
selectMouse.html \
setRootPassword.html \
setupBootloader.html \
setupBootloaderAddEntry.html \
setupBootloaderBeginner.html \
setupBootloaderExpert.html \
setupSCSI.html \
setupX.html \
setupYabootAddEntry.html \
setupYabootGeneral.html \
summary.html \
takeOverHdChoose.html \
takeOverHdConfirm.html
TRANSLATIONS = de el eo fr nl pt pt_br uk
PNG_FILES = draft.png \
note.png \
tip.png \
warning.png
FILES = $(HTML_FILES) $(PNG_FILES) $(TRANSLATIONS) COPYING NEWS Makefile README
clean:
rm -f *~ \#*\#
cleandist: clean
rm -fr $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
dir:
mkdir $(PACKAGE)-$(VERSION)
localcopy:
tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
tar:
tar cvYf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
rm -fr $(PACKAGE)-$(VERSION)
dist: cleandist dir localcopy tar