X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=po%2FMakefile.in.in;h=001c3d0218afebdf0493b492a91f3ced1b6958ab;hb=723c9eeee862766a1534b2ce17b78adbfac1c3be;hp=ca1ab6b297c193e5ec9a70cf5004bd254d2b0832;hpb=3f9592851ce4ed76a9979bfdd6ec7dc5c457e183;p=xscreensaver diff --git a/po/Makefile.in.in b/po/Makefile.in.in index ca1ab6b2..001c3d02 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -106,9 +106,16 @@ localedir = $(datadir)/locale gnulocaledir = $(localedir) #gettextsrcdir = $(prefix)/share/glib-2.0/gettext/po subdir = po +DESTDIR = $(install_prefix) INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ + +# #### NO. This gets me "..//usr/bin/install: No such file or directory". +# The @MKINSTALLDIRS@ variable must have the absolute (or unqualified) +# path of the install program. --jwz. +# MKINSTALLDIRS = $(top_builddir)/@MKINSTALLDIRS@ + MKINSTALLDIRS = @MKINSTALLDIRS@ CC = @CC@ @@ -275,6 +282,7 @@ generate_potfiles_in: echo "# Auto-generated: `date`" ; \ ( grep -l '_("' driver/*.[ch] ; \ ls driver/*.glade \ + driver/*.glade2 \ driver/*.desktop.in \ hacks/config/*.xml ) | sort \ ) > $$tmp && \