* Commit new eyes plugin.

(Old svn revision: 2018)
This commit is contained in:
Nick Schermer 2006-09-11 13:47:32 +00:00
commit 2dc8facea7
90 changed files with 2701 additions and 0 deletions

26
Makefile.am Normal file
View file

@ -0,0 +1,26 @@
SUBDIRS = \
panel-plugin \
themes \
icons \
po
AUTOMAKE_OPTIONS = \
1.8 \
dist-bzip2
distclean-local:
rm -rf *.spec *.cache *~
rpm: dist
rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
@rm -f $(PACKAGE)-$(VERSION).tar.gz
EXTRA_DIST = \
intltool-extract.in \
intltool-merge.in \
intltool-update.in
DISTCLEANFILES = \
intltool-extract \
intltool-merge \
intltool-update