]> xenbits.xensource.com Git - libvirt.git/commit
Fix man page file paths to real paths
authorDoug Goldstein <cardoe@cardoe.com>
Mon, 13 Aug 2012 04:44:47 +0000 (23:44 -0500)
committerDaniel Veillard <veillard@redhat.com>
Wed, 15 Aug 2012 13:40:38 +0000 (21:40 +0800)
commit9cdd73a245712a0c91690f4abd8beb2ccc2466e2
treedf0e0a6568aa215108f20afb80d099292fed305a
parent39b5e4d4d8622aa55251cddb03a48068655d8647
Fix man page file paths to real paths

Currently the man page has paths that start with @sysconfdir@,
@localstatedir@ and @remote_pid_file@. The sed command attempts to
replace these during the build but unfortunately pod2man gets to the
files first and escapes the @ character resulting in the sed not
working. This removes the @ character and makes the paths correct.
daemon/Makefile.am
daemon/libvirtd.pod.in