aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTomasz Paweł Gajc <tpg@mandriva.org>2007-12-14 19:48:20 +0000
committerTomasz Paweł Gajc <tpg@mandriva.org>2007-12-14 19:48:20 +0000
commitf1a35d870861f7f7b376713b1d65973439290d0e (patch)
tree4552e9b1869652b2e13d1cf94a737b2a4edcdd25 /Makefile
parent4cf9d89c98f719bd43e96de5c870066cd72a51d8 (diff)
downloadconfig-f1a35d870861f7f7b376713b1d65973439290d0e.tar
config-f1a35d870861f7f7b376713b1d65973439290d0e.tar.gz
config-f1a35d870861f7f7b376713b1d65973439290d0e.tar.bz2
config-f1a35d870861f7f7b376713b1d65973439290d0e.tar.xz
config-f1a35d870861f7f7b376713b1d65973439290d0e.zip
- update makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 46dc7ad..4bff0c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,6 @@
# tpg@mandriva.org
+NAME = mandriva-xfce-config
+VERSION = 1.3.6
prefix=$(prefix)
xfceconfdir=$(sysconfdir)/X11/xdg
@@ -36,3 +38,14 @@ install:
-install -d $(DESTDIR)$(iconsdir)/Tango/32x32/apps
install -m 644 icons/*.png $(DESTDIR)$(iconsdir)/Tango/32x32/apps/
+
+.PHONY: ChangeLog log changelog
+
+log: ChangeLog
+
+changelog: ChangeLog
+
+ChangeLog: ../common/username.xml
+ svn2cl --accum --authors ../../soft/common/username.xml
+ rm -f *.bak
+ svn commit -m "Generated by cvs2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog \ No newline at end of file