aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: 9ab2eab870588baed8697cdd1078c40377dcc5ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
PACKAGE = drakx-installer-help
VERSION = 6.0

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 \
	     securityLevel.html \
	     selectCountry.html \
	     selectInstallClass.html \
	     selectKeyboard.html \
	     selectLanguage.html \
	     selectMouse.html \
	     setupBootloaderAddEntry.html \
	     setupBootloader.html \
	     setupSCSI.html \
	     soundConfig.html \
	     takeOverHdConfirm.html \
	     uninstall-Mageia.html \
	     Select-and-use-ISOs.html

TRANSLATIONS = ca cs de el eo es et eu fr hr id it nl pl pt pt_br ro ru sk sl sq sv tr uk zh_cn

PNG_FILES = draft.png \
	    note.png \
	    tip.png \
	    warning.png

FILES = $(HTML_FILES) $(PNG_FILES) $(TRANSLATIONS) COPYING NEWS Makefile README

clean:
	rm -f *~ \#*\#


tar:
	rm -fr $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.xz
	@git archive --prefix=$(PACKAGE)-$(VERSION)/ HEAD | xz  > $(PACKAGE)-$(VERSION).tar.xz;

dist: tar