diff options
author | Thierry Vignaud <tv@mandriva.org> | 2007-06-07 16:02:15 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2007-06-07 16:02:15 +0000 |
commit | cc5f8d577e39bc1cb8f39aa1f23f13a3f5909248 (patch) | |
tree | eb6c3f569bf5e1d9f735caf0780ee480814c539a /po/Makefile | |
parent | 8eab82c7e403c4a4da83bb359cb8ec6b6ba2eeed (diff) | |
download | control-center-cc5f8d577e39bc1cb8f39aa1f23f13a3f5909248.tar control-center-cc5f8d577e39bc1cb8f39aa1f23f13a3f5909248.tar.gz control-center-cc5f8d577e39bc1cb8f39aa1f23f13a3f5909248.tar.bz2 control-center-cc5f8d577e39bc1cb8f39aa1f23f13a3f5909248.tar.xz control-center-cc5f8d577e39bc1cb8f39aa1f23f13a3f5909248.zip |
sync with latest SVN snapshot before SVN crash
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 3 |
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 $@ $< |