]> xenbits.xensource.com Git - people/liuw/xen.git/commitdiff
docs: Fix ./configure following c/s d661611
authorAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 2 Jan 2019 18:52:17 +0000 (18:52 +0000)
committerAndrew Cooper <andrew.cooper3@citrix.com>
Wed, 2 Jan 2019 20:20:05 +0000 (20:20 +0000)
The misc/xen-command-line.markdown reference in configure.ac should have been
updated in the same changeset.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
docs/configure
docs/configure.ac

index 7b90da04245c0cef02ddc21858db864e85c7cea2..d674f77f64e39158ab195f77a3bad4edb5774da7 100755 (executable)
@@ -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
index 4927b974b3faa76391e51fb486224c3e15c45931..e795bec04c3f30bdf9f7e6acf59bb4d04772eb9c 100644 (file)
@@ -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