summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2001-07-11 00:07:26 +0000
committerMatt Wilson <msw@redhat.com>2001-07-11 00:07:26 +0000
commitcfb06cad0bd95b962e4e8775496fb4c1cdc31c18 (patch)
tree9a808be0f3e4065ac36c7216e65c67027cedd833 /Makefile
parent8b739525566f563becee840a749f2d62f8989948 (diff)
downloadanaconda-cfb06cad0bd95b962e4e8775496fb4c1cdc31c18.tar.gz
anaconda-cfb06cad0bd95b962e4e8775496fb4c1cdc31c18.tar.xz
anaconda-cfb06cad0bd95b962e4e8775496fb4c1cdc31c18.zip
fix hiding of help text
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7b07de126..18de75add 100644
--- a/Makefile
+++ b/Makefile
@@ -114,3 +114,6 @@ create-archive:
pycheck:
PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called"
+
+pycheck-file:
+ PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker $(CHECK) | grep -v "__init__() not called"