monotone-commits-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Monotone-commits-diffs] net.venge.monotone: 70d247ccc28541a9d9141ae821


From: code
Subject: [Monotone-commits-diffs] net.venge.monotone: 70d247ccc28541a9d9141ae8218912d68e77504e
Date: Fri, 18 Feb 2011 20:54:27 +0100 (CET)

revision:            70d247ccc28541a9d9141ae8218912d68e77504e
date:                2011-02-13T06:37:10
author:              Richard Levitte <address@hidden>
branch:              net.venge.monotone
changelog:
* Makefile.am: All .PHONY outside of conditionals, or automake will
  complain (and rightfully so).

manifest:
format_version "1"

new_manifest [d682744d0ee45f01c5fb3cf98cadfed929362c30]

old_revision [01815a1ef188b47563d1e52dd7a866d0336c2bc0]

patch "Makefile.am"
 from [b054e192dc77b49d9322a836a3c01c36cfa05861]
   to [3b700e329823f0db098d6069d12c51bbfa181dbe]
============================================================
--- Makefile.am	b054e192dc77b49d9322a836a3c01c36cfa05861
+++ Makefile.am	3b700e329823f0db098d6069d12c51bbfa181dbe
@@ -366,11 +366,11 @@ EXTRA_DIST += $(ALL_POFILES) po/LINGUAS 
 
 EXTRA_DIST += $(ALL_POFILES) po/LINGUAS po/README
 
+.PHONY: all-nls install-nls uninstall-nls
 if USE_NLS
 # for installation
 GMOFILES := $(addprefix po/,$(addsuffix .gmo, $(INST_LINGUAS)))
 
-.PHONY: all-nls install-nls uninstall-nls
 all-nls: $(GMOFILES)
 
 install-nls: all-nls
@@ -389,7 +389,6 @@ else
 else
 # We need to provide these targets because all-local, install-data-local
 # and uninstall-local expects them as dependencies, further down.
-.PHONY: all-nls install-nls uninstall-nls
 all-nls:
 	@:
 install-nls:
@@ -398,6 +397,7 @@ endif
 	@:
 endif
 
+.PHONY: dist-nls
 if REBUILD_NLS
 po/%.gmo: po/%.merged.po
 	$(V_msgfmt)$(MSGFMT) -c --statistics -o $@ $<
@@ -426,7 +426,6 @@ po/$(PACKAGE).pot: $(POTFILES)
 	  $(XGETTEXT_PKG_OPTS) $(XGETTEXT_OPTS) \
 	  $(POTFILES)
 
-.PHONY: dist-nls
 dist-nls: $(ALL_GMOFILES)
 	cp $(ALL_GMOFILES) $(distdir)/po
 # also, kill off any backup files that got pulled in by one of the
@@ -440,7 +439,6 @@ po/%.gmo: $(srcdir)/po/%.gmo
 po/%.gmo: $(srcdir)/po/%.gmo
 	cp $< $@
 
-.PHONY: dist-nls
 dist-nls:
 	@echo "*** Cannot 'make dist' without xgettext" >&2; exit 1
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]