summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-07-25 22:19:29 +0000
committerMatt Wilson <msw@redhat.com>1999-07-25 22:19:29 +0000
commitd6fa7144d72cbda152b1ab03fff21ac93f0df3e8 (patch)
tree83d6890688b4ca5eb6c17af6c3f0346523ded410 /Makefile
parent4a17b1228300ff3c99f1ea1c14b40ffd274f947e (diff)
downloadanaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.tar.gz
anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.tar.xz
anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.zip
switch from balkan to parted
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 286dcc4b5..b7a07ed4f 100644
--- a/Makefile
+++ b/Makefile
@@ -14,3 +14,6 @@ install: all
mkdir -p $(DESTDIR)
cp -a anaconda *.py $(DESTDIR)
for d in $(SUBDIRS); do make TOPDIR=../$(TOPDIR) -C $$d install; done
+
+text.po: text.py
+ xgettext --default-domain=text --add-comments --keyword=_ text.py