26 lines
456 B
Makefile
26 lines
456 B
Makefile
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
|