From f1a35d870861f7f7b376713b1d65973439290d0e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Pawe=C5=82=20Gajc?= Date: Fri, 14 Dec 2007 19:48:20 +0000 Subject: - update makefile --- Makefile | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.1