fixed the rule for .eplug.xml to avoid stupid intltool-merge diagnostics going into the file

svn path=/trunk/; revision=29322
This commit is contained in:
Michael Zucci
2005-05-11 07:22:53 +00:00
parent d3fcb61bcb
commit ce5a2a93db
+2 -3
View File
@@ -1,9 +1,8 @@
%.eplug: %.eplug.in
sed -e 's|\@PLUGINDIR\@|$(plugindir)|' $< > $@
%.eplug: %.eplug.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< - | \
sed -e 's|\@PLUGINDIR\@|$(plugindir)|' > $@
%.eplug.in: %.eplug.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@
%.error: %.error.xml
LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@