Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile-scripts.am
blob: f6b64df9b7d8885d952553d77b827b6a1c06474f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
bin_in_files = $(SCRIPTSDIR)/sugar-runner.in
bin_SCRIPTS = sugar-runner

sugar-runner: $(SCRIPTSDIR)/sugar-runner.in
	@sed -e "s|\@helpersdir\@|$(helpersdir)|" $< > $@

helpersdir = $(libexecdir)/$(PACKAGE)
dist_helpers_SCRIPTS = $(SCRIPTSDIR)/xinitrc \
                       $(SCRIPTSDIR)/tweak-xwrapper \
                       $(SCRIPTSDIR)/xephyr-window

check:
	pep8 $(dist_helpers_SCRIPTS) $(bin_in_files)

CLEANFILES += $(bin_SCRIPTS)
EXTRA_DIST += $(bin_in_files)