diff options
author | bfox <bfox> | 2001-10-17 20:25:41 +0000 |
---|---|---|
committer | bfox <bfox> | 2001-10-17 20:25:41 +0000 |
commit | f1e948cceb7d808c8117200bd3e7596a3f1c9ed6 (patch) | |
tree | ac63ea00a936b47fc436e9f1bb5837524709b64b /Makefile | |
parent | ca9870cb14ae6b7a85b062ca2a89caf979527ff0 (diff) | |
download | anaconda-f1e948cceb7d808c8117200bd3e7596a3f1c9ed6.tar.gz anaconda-f1e948cceb7d808c8117200bd3e7596a3f1c9ed6.tar.xz anaconda-f1e948cceb7d808c8117200bd3e7596a3f1c9ed6.zip |
remove references to gnome-map directory
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ endif SUBDIRSHD = balkan isys collage $(MINISLANG) loader po text-help \ textw utils scripts bootdisk installclasses \ - keymaps fonts gnome-map iw help pixmaps $(STUBS) iconvmodule + keymaps fonts iw help pixmaps $(STUBS) iconvmodule SUBDIRS = $(SUBDIRSHD) ifeq (i386, $(ARCH)) @@ -113,7 +113,7 @@ create-archive: make SNAPRELEASE=$(RELEASE) create-snapshot pycheck: - PYTHONPATH=edd:isys:balkan:textw:iw:installclasses:gnome-map pychecker *.py textw/*.py iw/*.py | grep -v "__init__() not called" + PYTHONPATH=edd:isys:balkan:textw:iw:installclasses 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" |