summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 26d8e88d..05a2bb45 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,4 +1,5 @@
# Installation directories
+top_srcdir=..
localedir = $(DESTDIR)/usr/share/locale
PGOAL = drakconf
@@ -28,7 +29,7 @@ install: all
done
clean:
- rm -f *~ *.[oas] *.mo $(GOALS) TAGS $(PL_CFILES)
+ rm -f *~ *.[oas] *.mo $(MOFILES) TAGS $(PL_CFILES)
%.mo: %.po
msgfmt -o $@ $<