diff options
Diffstat (limited to 'doc/arm/Makefile.in')
-rw-r--r-- | doc/arm/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/arm/Makefile.in b/doc/arm/Makefile.in index 46a5c34b78fa..501133e0db39 100644 --- a/doc/arm/Makefile.in +++ b/doc/arm/Makefile.in @@ -47,7 +47,8 @@ docclean manclean maintainer-clean distclean:: notes.html: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml expand notes-wrapper.xml | \ - ${XSLTPROC} --stringparam generate.toc "" -o notes.html ../xsl/isc-notes-html.xsl - + ${XSLTPROC} --stringparam generate.toc "" ../xsl/isc-notes-html.xsl - |\ + @PERL@ html-fixup.pl > notes.html notes.tex: notes-wrapper.xml notes.xml releaseinfo.xml pkgversion.xml noteversion.xml expand notes-wrapper.xml | \ |