aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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