]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/blobdiff - Makefile.am
Makefile.am: drop obsolete RPM rule.
[xfce4-hdaps.git] / Makefile.am
index de8f5b44a078b70ee9acbea5f110f1a9abb01e21..f14cac8a45b189d767e8cd1e975e7208b7e0867e 100644 (file)
@@ -1,25 +1,17 @@
-# $Id$
-
-SUBDIRS =                                                              \
-       icons                                                           \
-       panel-plugin                                                    \
+SUBDIRS =              \
+       icons           \
+       panel-plugin    \
        po
 
 distclean-local:
        rm -rf *.cache *~
 
-rpm: dist
-       rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
-       @rm -f $(PACKAGE)-$(VERSION).tar.gz
-
-EXTRA_DIST =                                                           \
-       intltool-extract.in                                             \
-       intltool-merge.in                                               \
+EXTRA_DIST =                   \
+       intltool-extract.in     \
+       intltool-merge.in       \
        intltool-update.in
 
-DISTCLEANFILES =                                                       \
-       intltool-extract                                                \
-       intltool-merge                                                  \
+DISTCLEANFILES =               \
+       intltool-extract        \
+       intltool-merge          \
        intltool-update
-
-# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: