diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-02-01 02:46:53 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-02-01 02:46:53 +0000 |
commit | 70e5ecb65ce61c4f526d53bd52d663e6d9c2594a (patch) | |
tree | f8ce53d4a4672a87cb2adca123ec0b5b759b1356 | |
parent | 8b98d61abb1a579db30cbbe55c005e6ce404de5c (diff) | |
download | anaconda-70e5ecb65ce61c4f526d53bd52d663e6d9c2594a.tar.gz anaconda-70e5ecb65ce61c4f526d53bd52d663e6d9c2594a.tar.xz anaconda-70e5ecb65ce61c4f526d53bd52d663e6d9c2594a.zip |
Add isomd5sum, more dirs for pychecker
-rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -11,7 +11,7 @@ endif SUBDIRSHD = balkan isys collage $(MINISLANG) loader po \ textw utils scripts bootdisk installclasses \ - keymaps fonts iw pixmaps $(STUBS) iconvmodule + keymaps fonts iw pixmaps $(STUBS) iconvmodule isomd5sum SUBDIRS = $(SUBDIRSHD) # DESTDIR - destination for install image for install purposes @@ -112,7 +112,7 @@ create-archive: make SNAPRELEASE=$(RELEASE) create-snapshot pycheck: - PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called" + PYTHONPATH=isys:balkan:textw:iw:installclasses:iconvmodule:booty:booty/edd pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called" pycheck-file: - PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule pychecker $(CHECK) | grep -v "__init__() not called" + PYTHONPATH=.:isys:balkan:textw:iw:installclasses:gnome-map:iconvmodule:booty:booty/edd pychecker $(CHECK) | grep -v "__init__() not called" |