Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(288)

Side by Side Diff: po/GNUmakefile

Issue 549350043: Cleanup initialization of configure process (Closed)
Patch Set: Use m4_esyscmd_s + echo without -n Created 4 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « make/substitute.make ('k') | stepmake/stepmake/c++-vars.make » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # title makefile for po 1 # title makefile for po
2 # file po/Makefile 2 # file po/Makefile
3 3
4 depth = .. 4 depth = ..
5 5
6 NAME = lilypond 6 NAME = lilypond
7 MODULE_NAME = po 7 MODULE_NAME = po
8 DOMAIN = $(NAME) 8 DOMAIN = $(NAME)
9 EXTRA_DIST_FILES = TODO README 9 EXTRA_DIST_FILES = TODO README
10 STEPMAKE_TEMPLATES=podir· 10 STEPMAKE_TEMPLATES=podir·
11 11
12 include $(depth)/make/stepmake.make 12 include $(depth)/make/stepmake.make
13 13
14 default: $(MO_FILES) 14 default: $(MO_FILES)
15 15
16 local-install: $(MO_FILES) 16 local-install: $(MO_FILES)
17 for i in $(CATALOGS); do \ 17 for i in $(CATALOGS); do \
18 $(INSTALL) -d $(DESTDIR)$(localedir)/$$i/LC_MESSAGES; \ 18 $(INSTALL) -d $(DESTDIR)$(localedir)/$$i/LC_MESSAGES; \
19 $(INSTALL) -m 644 $(outdir)/$$i.mo \ 19 $(INSTALL) -m 644 $(outdir)/$$i.mo \
20 » » $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/$(package).mo; \ 20 » » $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/$(NAME).mo; \
21 done 21 done
22 22
23 local-uninstall: 23 local-uninstall:
24 for i in $(CATALOGS); do \ 24 for i in $(CATALOGS); do \
25 » rm -f $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/$(package).mo; \ 25 » rm -f $(DESTDIR)$(localedir)/$$i/LC_MESSAGES/$(NAME).mo; \
26 rmdir $(DESTDIR)$(localedir)/$$i/LC_MESSAGES || true; \ 26 rmdir $(DESTDIR)$(localedir)/$$i/LC_MESSAGES || true; \
27 done 27 done
28 28
OLDNEW
« no previous file with comments | « make/substitute.make ('k') | stepmake/stepmake/c++-vars.make » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b