]> git.ipfire.org Git - thirdparty/libvirt.git/commit
build: Extract pod from source files
authorAndrea Bolognani <abologna@redhat.com>
Tue, 12 Apr 2016 18:32:33 +0000 (20:32 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 25 Apr 2016 13:40:43 +0000 (15:40 +0200)
commit94bf7e5d8463331afa578d557ced53e306fcb7bb
treed830a9061e7095b8898f2443802243e1b5590ae9
parent2d1269605c5f957be3dec7fdbfaa34eec9bf3517
build: Extract pod from source files

Instead of embedding the pod information inside the respective
source files, store them in separate files.

This allows us to reduce the number of custom build rules as
most of the information can be inferred for the file name;
moreover, text editors are more likely to use proper syntax
highlighting for standalone pod files.
tools/Makefile.am
tools/virt-host-validate.c
tools/virt-host-validate.pod [new file with mode: 0644]
tools/virt-pki-validate.in
tools/virt-pki-validate.pod [new file with mode: 0644]
tools/virt-sanlock-cleanup.in
tools/virt-sanlock-cleanup.pod [new file with mode: 0644]
tools/virt-xml-validate.in
tools/virt-xml-validate.pod [new file with mode: 0644]