summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2005-06-28 18:55:26 +0000
committerChris Lumens <clumens@redhat.com>2005-06-28 18:55:26 +0000
commitd85617537b4b40d64961bef5b2df403e37425883 (patch)
treeb96fa1d3127f9e1fe74ae3794a5120883fa33595 /Makefile
parentac120dc77bcbabf566beaaeceddfdf2575279b52 (diff)
downloadanaconda-d85617537b4b40d64961bef5b2df403e37425883.tar.gz
anaconda-d85617537b4b40d64961bef5b2df403e37425883.tar.xz
anaconda-d85617537b4b40d64961bef5b2df403e37425883.zip
Removed locale-list.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index dbcd46520..ee09502b0 100644
--- a/Makefile
+++ b/Makefile
@@ -18,14 +18,11 @@ CATALOGS = po/anaconda.pot
PYFILES = $(wildcard *.py)
-all: subdirs mini-wm xmouse.so xutils.so $(CATALOGS) lang-table lang-names locale-list
+all: subdirs mini-wm xmouse.so xutils.so $(CATALOGS) lang-table lang-names
-lang-names: lang-table locale-list
+lang-names: lang-table
PYTHONPATH="." $(PYTHON) scripts/getlangnames.py > lang-names
-locale-list:
- PYTHONPATH="." $(PYTHON) scripts/genlocalelist.py > locale-list
-
mini-wm: mini-wm.c
gcc -o mini-wm mini-wm.c `pkg-config gtk+-x11-2.0 --cflags --libs`$(CFLAGS)
@@ -42,7 +39,7 @@ depend:
for d in $(SUBDIRS); do make -C $$d depend; done
clean:
- rm -f *.o *.so *.pyc lang-names locale-list
+ rm -f *.o *.so *.pyc lang-names
for d in $(SUBDIRS); do make -C $$d clean; done
subdirs:
@@ -75,7 +72,6 @@ install:
cp -var $(PYFILES) $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-table $(DESTDIR)/$(PYTHONLIBDIR)
cp -a lang-names $(DESTDIR)/$(PYTHONLIBDIR)
- cp -a locale-list $(DESTDIR)/$(ANACONDADATADIR)/locale-list
cp -a lang-table-kon $(DESTDIR)/$(PYTHONLIBDIR)
./py-compile --basedir $(DESTDIR)/$(PYTHONLIBDIR) $(PYFILES)
cp -a *.so $(DESTDIR)/$(PYTHONLIBDIR)