26 lines
No EOL
464 B
Makefile
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:
|