From 797e45b30bc6a7cbfc835cf9743f3edf3b90e030 Mon Sep 17 00:00:00 2001 From: Matt Wilson Date: Fri, 27 Aug 1999 05:34:17 +0000 Subject: i18n changes, small debugging changes --- po/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'po/Makefile') 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) -- cgit