diff options
author | Matt Wilson <msw@redhat.com> | 1999-07-25 22:19:29 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-07-25 22:19:29 +0000 |
commit | d6fa7144d72cbda152b1ab03fff21ac93f0df3e8 (patch) | |
tree | 83d6890688b4ca5eb6c17af6c3f0346523ded410 /Makefile | |
parent | 4a17b1228300ff3c99f1ea1c14b40ffd274f947e (diff) | |
download | anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.tar.gz anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.tar.xz anaconda-d6fa7144d72cbda152b1ab03fff21ac93f0df3e8.zip |
switch from balkan to parted
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |