PACKAGE = drakx-installer-help VERSION = 3.4 HTML_FILES = acceptLicense.html \ add_supplemental_media.html \ addUser.html \ ask_mntpoint_s.html \ chooseDesktop.html \ choosePackageGroups.html \ choosePackagesTree.html \ configureServices.html \ configureTimezoneUTC.html \ configureX_card_list.html \ configureX_chooser.html \ configureX_monitor.html \ diskdrake.html \ doPartitionDisks.html \ exitInstall.html \ formatPartitions.html \ index.html \ installer.html \ installUpdates.html \ media_selection.html \ minimal-install.html \ misc-params.html \ resizeFATChoose.html \ securityLevel.html \ selectCountry.html \ selectInstallClass.html \ selectKeyboard.html \ selectLanguage.html \ selectMouse.html \ setupBootloaderAddEntry.html \ setupBootloader.html \ setupSCSI.html \ takeOverHdChoose.html \ takeOverHdConfirm.html TRANSLATIONS = de el eo es et fr nl pt pt_br ru sv 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