X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=po%2FMakefile.in.in;h=7bce492ebabede2a53fc865b75420ef94aaf80a9;hb=e4fa2ac140f7bc56571373a7b7eb585fa4500e38;hp=3680945fd31cb5bce65185231ed0382d746d8b5d;hpb=c28aecf9fc41e3a03494bacf7279745425e2fa18;p=xscreensaver diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 3680945f..7bce492e 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -101,7 +101,8 @@ prefix = @prefix@ exec_prefix = @exec_prefix@ #datadir = $(prefix)/@DATADIRNAME@ -- not for xscreensaver datadir = @PO_DATADIR@ -localedir = $(datadir)/locale +#localedir = $(datadir)/locale +localedir = $(prefix)/share/locale #gnulocaledir = $(prefix)/share/locale -- not for xscreensaver gnulocaledir = $(localedir) #gettextsrcdir = $(prefix)/share/glib-2.0/gettext/po @@ -198,6 +199,10 @@ install-strip: install install: install-exec install-data install-exec: +install-program: +install-man: +install-strip: +tags: install-data: install-data-@USE_NLS@ install-data-no: all install-data-yes: all @@ -253,6 +258,9 @@ uninstall: done; \ done +uninstall-program: +uninstall-man: + check: all dvi info tags TAGS ID: @@ -271,7 +279,11 @@ maintainer-clean: distclean @echo "it deletes files that may require special tools to rebuild." rm -f $(GMOFILES) -distdepend: generate_potfiles_in update-po $(DISTFILES) +depend: +# fuck off. love, jwz. +#distdepend: generate_potfiles_in update-po $(DISTFILES) +distdepend:: + # jwz: Generates po/POTFILES.in by examining the source tree: # that way we don't have to keep this list up to date as files are added.