From: Andrew Cooper Date: Wed, 2 Jan 2019 18:52:17 +0000 (+0000) Subject: docs: Fix ./configure following c/s d661611 X-Git-Tag: archive/raspbian/4.14.0+80-gd101b417b7-1+rpi1^2~63^2~2675 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=d68de0d6cb3e09fa9c53417713a7fc697d4fe36f;p=xen.git docs: Fix ./configure following c/s d661611 The misc/xen-command-line.markdown reference in configure.ac should have been updated in the same changeset. Signed-off-by: Andrew Cooper Acked-by: Wei Liu --- diff --git a/docs/configure b/docs/configure index 7b90da0424..d674f77f64 100755 --- a/docs/configure +++ b/docs/configure @@ -584,7 +584,7 @@ PACKAGE_STRING='Xen Hypervisor Documentation 4.12' PACKAGE_BUGREPORT='xen-devel@lists.xen.org' PACKAGE_URL='http://www.xen.org/' -ac_unique_file="misc/xen-command-line.markdown" +ac_unique_file="misc/xen-command-line.pandoc" ac_subst_vars='LTLIBOBJS LIBOBJS PERL diff --git a/docs/configure.ac b/docs/configure.ac index 4927b974b3..e795bec04c 100644 --- a/docs/configure.ac +++ b/docs/configure.ac @@ -4,7 +4,7 @@ AC_PREREQ([2.67]) AC_INIT([Xen Hypervisor Documentation], m4_esyscmd([../version.sh ../xen/Makefile]), [xen-devel@lists.xen.org], [xen], [http://www.xen.org/]) -AC_CONFIG_SRCDIR([misc/xen-command-line.markdown]) +AC_CONFIG_SRCDIR([misc/xen-command-line.pandoc]) AC_CONFIG_FILES([ ../config/Docs.mk man/xl.cfg.5.pod