* Improve configure and make files.

* Bump version for release.
* Set svn keywords.


(Old svn revision: 2397)
This commit is contained in:
Nick Schermer 2007-01-17 17:46:35 +00:00
parent 9b84ce6f4a
commit 9a6c68184a
17 changed files with 141 additions and 34 deletions

View file

@ -1,13 +1,11 @@
# $Id$
SUBDIRS = \
panel-plugin \
themes \
icons \
po
AUTOMAKE_OPTIONS = \
1.8 \
dist-bzip2
distclean-local:
rm -rf *.spec *.cache *~
@ -24,3 +22,5 @@ DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: