diff options
author | Werner Koch <wk@gnupg.org> | 1998-10-07 15:30:43 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-10-07 15:30:43 +0200 |
commit | 786a2870dfc48e9676476a5604a5115f4fe8c5e5 (patch) | |
tree | b9ba3bb28e0c65e129994b4526a5c98519c756e0 /po/Makefile.in.in | |
parent | windoze version works again (diff) | |
download | gnupg2-786a2870dfc48e9676476a5604a5115f4fe8c5e5.tar.xz gnupg2-786a2870dfc48e9676476a5604a5115f4fe8c5e5.zip |
a new releaseV0-4-1
Diffstat (limited to 'po/Makefile.in.in')
-rw-r--r-- | po/Makefile.in.in | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 111b40fcb..e301f6fbb 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -26,7 +26,8 @@ subdir = po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ -MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ +### This doe not work: MKINSTALLDIRS = $(top_srcdir)/@MKINSTALLDIRS@ +MKINSTALLDIRS = $(top_srcdir)/scripts/mkinstalldirs CC = @CC@ GENCAT = @GENCAT@ @@ -120,7 +121,7 @@ install-data-yes: all cat=`basename $$cat`; \ case "$$cat" in \ *.gmo) destdir=$(gnulocaledir);; \ - *) destdir=$(localedir);; \ + *) destdir=$(localedir);; \ esac; \ lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \ dir=$$destdir/$$lang/LC_MESSAGES; \ @@ -232,8 +233,8 @@ POTFILES: POTFILES.in posrcprefix="../"; \ fi; \ rm -f $@-t $@ \ - && (sed -e '/^#/d' -e '/^[ ]*$$/d' \ - -e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \ + && (sed -e '/^#/d' -e '/^[ ]*$$/d' \ + -e "s@.*@ $$posrcprefix& \\\\@" < $(srcdir)/$@.in \ | sed -e '$$s/\\$$//') > $@-t \ && chmod a-w $@-t \ && mv $@-t $@ ) |