diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -17,3 +17,9 @@ install: (cd bin; install -m755 $(SBIN_TOOLS) $(DESTDIR)$(sbindir) ) install -m644 $(wildcard data/icons/*.png) $(DESTDIR)$(iconsdir) make -C po install + +changelog: + svn2cl --authors ../common/username.xml --accum + rm -f ChangeLog.bak + +log: changelog |