Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile-scripts.am
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-12-27 00:12:36 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-12-27 00:12:36 (GMT)
commita6e07ca45326c2b57986d0ff36a695c3ee95a561 (patch)
treea2440bd619e5259fcb2252d0a2c80849fe08f0bc /Makefile-scripts.am
parente95069f9c2ed0e9b8a54f253c3582ee2db1d8a15 (diff)
pep8ize
Diffstat (limited to 'Makefile-scripts.am')
-rw-r--r--Makefile-scripts.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile-scripts.am b/Makefile-scripts.am
index f08e75a..f6b64df 100644
--- a/Makefile-scripts.am
+++ b/Makefile-scripts.am
@@ -9,5 +9,8 @@ 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)