* 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,3 +1,5 @@
# $Id$
Bizarredir = $(datadir)/xfce4/eyes/themes/Bizarre
Bizarre_DATA = \
@ -6,3 +8,5 @@ Bizarre_DATA = \
config
EXTRA_DIST = $(Bizarre_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,3 +1,5 @@
# $Id$
Bloodshotdir = $(datadir)/xfce4/eyes/themes/Bloodshot
Bloodshot_DATA = \
@ -6,3 +8,5 @@ Bloodshot_DATA = \
config
EXTRA_DIST = $(Bloodshot_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,3 +1,5 @@
# $Id$
Default_tinydir = $(datadir)/xfce4/eyes/themes/Default-tiny
Default_tiny_DATA = \
@ -6,3 +8,5 @@ Default_tiny_DATA = \
config
EXTRA_DIST = $(Default_tiny_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,3 +1,5 @@
# $Id$
Defaultdir = $(datadir)/xfce4/eyes/themes/Default
Default_DATA = \
@ -6,3 +8,5 @@ Default_DATA = \
config
EXTRA_DIST = $(Default_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,3 +1,5 @@
# $Id$
Horriddir = $(datadir)/xfce4/eyes/themes/Horrid
Horrid_DATA = \
@ -6,3 +8,5 @@ Horrid_DATA = \
config
EXTRA_DIST = $(Horrid_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,3 +1,5 @@
# $Id$
SUBDIRS = \
Bizarre \
Bloodshot \
@ -5,3 +7,5 @@ SUBDIRS = \
Default-tiny \
Horrid \
Tango
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

View file

@ -1,3 +1,5 @@
# $Id$
Tangodir = $(datadir)/xfce4/eyes/themes/Tango
Tango_DATA = \
@ -7,3 +9,5 @@ Tango_DATA = \
EXTRA_DIST = \
$(Tango_DATA)
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: