diff options
author | Tomasz Paweł Gajc <tpg@mandriva.org> | 2007-12-14 19:48:20 +0000 |
---|---|---|
committer | Tomasz Paweł Gajc <tpg@mandriva.org> | 2007-12-14 19:48:20 +0000 |
commit | f1a35d870861f7f7b376713b1d65973439290d0e (patch) | |
tree | 4552e9b1869652b2e13d1cf94a737b2a4edcdd25 /Makefile | |
parent | 4cf9d89c98f719bd43e96de5c870066cd72a51d8 (diff) | |
download | config-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-- | 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 |