diff options
-rw-r--r-- | Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |