]> git.pld-linux.org Git - projects/rc-scripts.git/blame - Makefile.am
our vim-syntax-upstart recognizes the filetype itself
[projects/rc-scripts.git] / Makefile.am
CommitLineData
b0443108 1#
9ccfa537 2# $Id$
b0443108 3#
7e04fe0e 4
c393d0f5 5SUBDIRS = src ppp isapnp sysconfig rc.d doc man po init
7e04fe0e 6
7sysconf_DATA = \
8 adjtime \
de1fc6ce
JR
9 inittab \
10 modules \
7c639071 11 crypttab \
de1fc6ce 12 sysctl.conf
7e04fe0e 13
565f8748
AM
14firmware_SCRIPTS = \
15 firmware-loader.sh
16
7e04fe0e 17profiledir = @sysconfdir@/profile.d
18
19profile_DATA = \
20 lang.sh \
21 lang.csh
763b88c2 22
8dbd5412 23bin_SCRIPTS = run-parts
763b88c2
AM
24sbin_SCRIPTS = \
25 setsysfont \
26 hwprofile \
27 service
7e04fe0e 28
29EXTRA_DIST = \
30 $(sysconf_DATA) \
31 $(profile_DATA) \
565f8748 32 $(firmware_SCRIPTS) \
7e04fe0e 33 $(sbin_SCRIPTS) \
660dddce 34 $(bin_SCRIPTS)
7e04fe0e 35
0fac8b7d 36install-data-hook:
59e3d800
ER
37 install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
38 [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
0fac8b7d 39
7e04fe0e 40# make rpms
41rpm: $(PACKAGE).spec
42 $(MAKE) dist
2450b5fc 43 rpmbin=`LC_ALL=C rpm -ta 2>&1 | grep -q "unknown option" && echo rpmbuild || echo rpm` ; \
3a1d5637 44 $$rpmbin -ta --clean --rmsource $(PACKAGE)-$(VERSION).tar.gz
This page took 0.193941 seconds and 4 git commands to generate.