/[soft]/mageia-lxde-config/trunk/Makefile
ViewVC logotype

Contents of /mageia-lxde-config/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2757 - (show annotations) (download)
Sun Jan 22 17:28:24 2012 UTC (12 years, 7 months ago) by fwang
File size: 1145 byte(s)
use oxygen as default theme
1 PACKAGE = mageia-lxde-config
2 VERSION = 0.6.2
3
4 prefix=$(prefix)
5 lxdeprofdir=$(localstatedir)/mageia/lxde-profiles
6
7 install:
8 -install -d $(DESTDIR)$(lxdeprofdir)
9
10 # -install -d $(DESTDIR)$(lxdeprofdir)/Flash
11 # install -m 644 Flash/desktop.conf $(DESTDIR)$(lxdeprofdir)/Flash
12 #
13 -install -d $(DESTDIR)$(lxdeprofdir)/Default
14 install -m 644 Default/desktop.conf $(DESTDIR)$(lxdeprofdir)/Default
15 #
16 # -install -d $(DESTDIR)$(lxdeprofdir)/One
17 # install -m 644 One/desktop.conf $(DESTDIR)$(lxdeprofdir)/One
18 #
19 # -install -d $(DESTDIR)$(lxdeprofdir)/Powerpack
20 # install -m 644 Powerpack/desktop.conf $(DESTDIR)$(lxdeprofdir)/Powerpack
21
22 cleandist:
23 rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
24
25 localcopy:
26 svn export -q -rBASE . $(PACKAGE)-$(VERSION)
27
28 tar: localcopy
29 tar cvJf $(PACKAGE)-$(VERSION).tar.xz $(PACKAGE)-$(VERSION)
30 rm -rf $(PACKAGE)-$(VERSION)
31
32 dist: cleandist localcopy tar
33
34 .PHONY: ChangeLog log changelog
35
36 log: ChangeLog
37
38 changelog: ChangeLog
39
40 ChangeLog: ../../common/username.xml
41 svn2cl --accum --authors ../../common/username.xml
42 rm -f *.bak
43 svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog

Properties

Name Value
svn:eol-style native

  ViewVC Help
Powered by ViewVC 1.1.30