This repository has been archived on 2025-12-30. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
xfce4-eyes-plugin/Makefile.am
Nick Schermer 9a6c68184a * Improve configure and make files.
* Bump version for release.
* Set svn keywords.


(Old svn revision: 2397)
2007-01-17 17:46:35 +00:00

26 lines
No EOL
464 B
Makefile

# $Id$
SUBDIRS = \
panel-plugin \
themes \
icons \
po
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
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: