diff --git a/docs/Makefile.am b/docs/Makefile.am index 633a0fa50c..d04b2d5c6f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -273,7 +273,8 @@ MAINTAINERCLEANFILES += \ || { rm $@ && exit 1; } %.php: %.php.tmp %.php.code.in - $(AM_V_GEN)sed -e '/<\/span>/r '"$(srcdir)/$@.code.in" \ + $(AM_V_GEN)sed \ + -e '/<\/span>/r '"$(srcdir)/$@.code.in" \ -e /php_placeholder/d < $@.tmp > $(srcdir)/$@ \ || { rm $(srcdir)/$@ && exit 1; }