X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=po%2FMakefile.in.in;h=3d4b02480bc25f6a952564189edf66eba1e870a2;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hp=4b2ebc3ccf5a213df41b18da17ee362ea7678d34;hpb=f0261d8acab611f3433160e4f07367b870439739;p=xscreensaver diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 4b2ebc3c..3d4b0248 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -85,6 +85,9 @@ # version of) this rule out. # +# config.status complains if "po/Makefile.in.in was not created by intltoolize". +# INTLTOOL_MAKEFILE + GETTEXT_PACKAGE = @GETTEXT_PACKAGE@ PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -148,6 +151,7 @@ DISTFILES = $(DISTFILES_1) $(GETTEXT_PACKAGE).pot \ TARFILES = $(DISTFILES_1) $(POFILES) $(SOURCES) POTFILES = \ +# This comment gets stripped out CATALOGS = @CATALOGS@ CATOBJEXT = @CATOBJEXT@ @@ -296,7 +300,7 @@ generate_potfiles_in: ( cd $(top_srcdir); \ echo "# Auto-generated: `LANG=C date`" ; \ ( grep -l '_("' driver/*.[ch] ; \ - ls driver/*.glade2 \ + ls driver/*.glade2.in \ driver/*.desktop.in \ hacks/config/*.xml ) | sort \ ) > $$tmp && \ @@ -368,7 +372,8 @@ POTFILES: POTFILES.in && chmod a-w $@-t \ && mv $@-t $@ ) -Makefile: stamp-it +# jwz: depending on stamp-it breaks distclean. +Makefile: @if test ! -f $@; then \ rm -f stamp-it; \ $(MAKE) stamp-it; \