gimp-help-2 r2730 - trunk
- From: ulfehlert svn gnome org
- To: svn-commits-list gnome org
- Subject: gimp-help-2 r2730 - trunk
- Date: Tue, 3 Feb 2009 11:34:54 +0000 (UTC)
Author: ulfehlert
Date: Tue Feb 3 11:34:54 2009
New Revision: 2730
URL: http://svn.gnome.org/viewvc/gimp-help-2?rev=2730&view=rev
Log:
2009-02-03 Ulf-D. Ehlert <ulfehlert svn gnome org>
* Makefile.am: replaced two forgotten sed commands with $(SED)
Modified:
trunk/ChangeLog
trunk/Makefile.am
Modified: trunk/Makefile.am
==============================================================================
--- trunk/Makefile.am (original)
+++ trunk/Makefile.am Tue Feb 3 11:34:54 2009
@@ -223,7 +223,7 @@
xml2pot = ($(XML2PO) --output='-' $(1) \
| $(MSGUNIQ) $(MSGUNIQFLAGS) \
| $(MSGCAT) $(MSGCATFLAGS) - > "$(2)") 2>&1 \
- | sed -e '/image file .* not found/d'
+ | $(SED) -e '/image file .* not found/d'
# Merge template (pot) and message catalog (po) or create a new catalog
#
@@ -641,7 +641,7 @@
-e 's/["'"'"'].*//' \
-e q $<`; \
test -n "$${id}" || id=noname; \
- lang=$(shell echo $< | sed -e 's,^xml/,,; s,/.*,,'); \
+ lang=$(shell echo $< | $(SED) -e 's,^xml/,,; s,/.*,,'); \
destdir=html/$${lang}; \
test -d $${destdir}/images || $(RMAKE) $${destdir}/images; \
cp -f $(srcdir)/stylesheets/*.css $(srcdir)/stylesheets/$${lang}/*.css\
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]