]> xenbits.xensource.com Git - libvirt.git/commit
build: Standardize on .pod -> .x.in -> .x
authorAndrea Bolognani <abologna@redhat.com>
Tue, 12 Apr 2016 20:28:27 +0000 (22:28 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 25 Apr 2016 13:40:44 +0000 (15:40 +0200)
commit5b479f3b5b82f25fe74c539009603685b971f8c9
tree9354a96d26504990daf048536dd7c5f0eb5cca56
parent9b77ce63f1d7148feb5155188615cf9151ab3002
build: Standardize on .pod -> .x.in -> .x

After this commit, all man pages are generated using the same two
steps:

  1. Process a source $command.pod file with pod2man(1) to obtain
     a valid man page in $command.$section.in

  2. Process $command.$section.in with sed(1) to obtain the final
     man page in $command.$section
daemon/Makefile.am
daemon/libvirtd.pod [new file with mode: 0644]
daemon/libvirtd.pod.in [deleted file]
src/Makefile.am
src/locking/virtlockd.pod [new file with mode: 0644]
src/locking/virtlockd.pod.in [deleted file]
src/logging/virtlogd.pod [new file with mode: 0644]
src/logging/virtlogd.pod.in [deleted file]
tools/Makefile.am