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:
@@ -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 $< $@
|
||||
|
||||
Reference in New Issue
Block a user