From 2aed1692fe4267ba15f0a4748979248e223d14fd Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Wed, 31 Mar 2010 03:18:21 +0200 Subject: Fixed bugs in makefile, extended usage info --- command/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'command/Makefile') diff --git a/command/Makefile b/command/Makefile index 6091c55..efafc13 100644 --- a/command/Makefile +++ b/command/Makefile @@ -65,19 +65,19 @@ $(I18Npot): $(wildcard *.cpp *.h) msgmerge -U --no-wrap --no-location --backup=none -q $@ $< @touch $@ -$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/vdr-$(PLUGIN).mo: $(PODIR)/%.mo +$(I18Nmsgs): $(LOCALEDIR)/%/LC_MESSAGES/markad.mo: $(PODIR)/%.mo @mkdir -p $(dir $@) cp $< $@ .PHONY: i18n -i18n: $(I18Nmsgs) $(I18Npot) +i18n: $(I18Npot) ### Targets: markad: $(OBJS) $(CXX) $(CXXFLAGS) $(OBJS) $(LIBS) -o $@ -install: markad +install: markad $(I18Nmsgs) @cp --remove-destination markad $(DESTDIR)/usr/bin/markad @strip $(DESTDIR)/usr/bin/markad @mkdir -p $(DESTDIR)/var/lib/markad -- cgit v1.2.3