X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=09547d32d3d84bc421faa2c2fd9612565bedc136;hb=21ac6ff143cc8bebfbd1818af28e8c6f82cd5265;hp=6a3fd4853cd8dcbc945f649782fd3454a3cb576a;hpb=f366d58dc1fe51b300167446597750d29687c3c5;p=elogind.git diff --git a/Makefile.am b/Makefile.am index 6a3fd4853..09547d32d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4645,7 +4645,7 @@ if ENABLE_MANPAGES man/custom-entities.ent: $(AM_V_GEN)$(MKDIR_P) $(dir $@) $(AM_V_GEN)(echo '' && \ - echo '$(subst '|,,$(substitutions))))') \ + printf '$(subst '|,\n,$(substitutions))))') \ > $@ # ' DISTCLEANFILES += \ @@ -4653,6 +4653,7 @@ DISTCLEANFILES += \ XSLTPROC_FLAGS = \ --nonet \ + --xinclude \ --stringparam man.output.quietly 1 \ --stringparam funcsynopsis.style ansi \ --stringparam man.authors.section.enabled 0 \