]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
move makepot to po/ dir with rest of it's files
[projects/rc-scripts.git] / Makefile.am
index 136f2d23a2983ca42ebda89c20f364e8ba12de96..7ad30df197adeaf84ccb2574ea4071fe6960de6a 100644 (file)
@@ -2,14 +2,18 @@
 #      $Id$
 #
 
-SUBDIRS = src ppp isapnp sysconfig rc.d doc man po
+SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
 
 sysconf_DATA = \
        adjtime \
        inittab \
        modules \
+       crypttab \
        sysctl.conf
 
+firmware_SCRIPTS = \
+       firmware-loader.sh
+
 profiledir = @sysconfdir@/profile.d
 
 profile_DATA = \
@@ -25,9 +29,9 @@ sbin_SCRIPTS = \
 EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
+       $(firmware_SCRIPTS) \
        $(sbin_SCRIPTS) \
-       $(bin_SCRIPTS) \
-       rc-scripts.spec
+       $(bin_SCRIPTS)
 
 install-data-hook:
        install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
@@ -36,5 +40,5 @@ install-data-hook:
 # make rpms
 rpm: $(PACKAGE).spec
        $(MAKE) dist
-       rpmbin=`LANG=C LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
+       rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
                $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.096849 seconds and 4 git commands to generate.