summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-27 05:34:17 +0000
committerMatt Wilson <msw@redhat.com>1999-08-27 05:34:17 +0000
commit797e45b30bc6a7cbfc835cf9743f3edf3b90e030 (patch)
treecb5bd60455d6eb9944c81e1464e607c9e18e4ee8 /po/Makefile
parent9f6f7872ec592151cc9843e8797d25d779db77be (diff)
downloadanaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.gz
anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.tar.xz
anaconda-797e45b30bc6a7cbfc835cf9743f3edf3b90e030.zip
i18n changes, small debugging changes
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index e3396bcdd..e3310cee0 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -11,7 +11,7 @@ NLSPACKAGE = anaconda
CATALOGS = $(shell ls *.po)
FMTCATALOGS = $(patsubst %.po,%.mo,$(CATALOGS))
-POTFILES = ../text.py ../gui.py ../iw/*.py
+POTFILES = ../text.py ../gui.py ../iw/*.py ../libfdisk/*.c
all: $(NLSPACKAGE).pot $(FMTCATALOGS)