aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
blob: b0e274644f0598704b56d32d8a994cf428428d9b (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
PACKAGE = drakx-installer-help
VERSION = 2.8
SVNPATH = svn+ssh://svn.mageia.org/svn/soft/$(PACKAGE)

HTML_FILES = acceptLicense.html \
	     addUser.html \
	     ask_mntpoint_s.html \
	     choosePackages.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 \
	     setupBootloaderBeginner.html \
	     setupSCSI.html \
	     setupX.html \
	     takeOverHdChoose.html \
	     takeOverHdConfirm.html

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

FILES = $(HTML_FILES) $(PNG_FILES) COPYING NEWS 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