diff options
-rw-r--r-- | ChangeLog | 15 | ||||
-rw-r--r-- | Makefile | 6 |
2 files changed, 4 insertions, 17 deletions
@@ -1,17 +1,4 @@ -2008-05-10 10:02 - - * ChangeLog: Generated by svn2cl the 10_May - -2008-05-10 09:58 - - * ChangeLog, Flash/config, Free/config, Makefile, One/config, - Powerpack/config: add sources - -2008-05-10 09:39 - - * ., Flash, Free, One, Powerpack: import mandriva-lxde-config - -2008-05-10 09:39 +2008-05-10 09:39 Funda Wang <fundawang at gmail.com> * ., Flash, Free, One, Powerpack: import mandriva-lxde-config @@ -10,7 +10,7 @@ install: -install -d $(DESTDIR)$(lxdeprofdir)/Flash install -m 644 Flash/config $(DESTDIR)$(lxdeprofdir)/Flash - -install -d $(DESTDIR)$(lxdeprofdir)/Free + -install -d $(DESTDIR)$(lxdeprofdir)/Free install -m 644 Free/config $(DESTDIR)$(lxdeprofdir)/Free -install -d $(DESTDIR)$(lxdeprofdir)/One @@ -38,7 +38,7 @@ log: ChangeLog changelog: ChangeLog -ChangeLog: ../common/username.xml - svn2cl --accum --authors ../../soft/common/username.xml +ChangeLog: ../../common/username.xml + svn2cl --accum --authors ../../common/username.xml rm -f *.bak svn commit -m "Generated by svn2cl the `LC_TIME=C date '+%d_%b'`" ChangeLog |