From d7227ec5c05ec8105ce1d37b9540f5b96001563d Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Tue, 21 Aug 2007 21:56:44 +0000 Subject: - po/*.pot, po/*.po files don't get deleted when i18n-generated.h file is generated by make rule. - Updated README file about Internationalization. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 977532f..591f02c 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # # Makefile for a Video Disk Recorder plugin # -# $Id: Makefile,v 1.46 2007/08/21 21:12:27 tadi Exp $ +# $Id: Makefile,v 1.47 2007/08/21 21:56:44 tadi Exp $ # The official name of this plugin. # This name will be used in the '-P...' option of VDR to load the plugin. @@ -149,3 +149,5 @@ clean: @for dir in $(SUBDIRS); do \ make -C $$dir clean ; \ done + +.PRECIOUS: $(I18Npot) $(I18Npo) -- cgit v1.2.3