po-docs: Update list of manual pages to be translated.

There should be an automatic way to keep this list updated, but while
there isn't, keep it updated by hand ...
This commit is contained in:
Richard W.M. Jones
2015-03-10 16:50:32 +00:00
parent 1fba1d1edc
commit 8873c51475
2 changed files with 12 additions and 0 deletions

View File

@@ -56,7 +56,9 @@ MANPAGES = \
virt-cat.1 \
virt-copy-in.1 \
virt-copy-out.1 \
virt-customize.1 \
virt-df.1 \
virt-diff.1 \
virt-edit.1 \
virt-filesystems.1 \
virt-format.1 \
@@ -67,6 +69,9 @@ MANPAGES = \
virt-log.1 \
virt-ls.1 \
virt-make-fs.1 \
virt-p2v.1 \
virt-p2v-make-disk.1 \
virt-p2v-make-kickstart.1 \
virt-rescue.1 \
virt-resize.1 \
virt-sparsify.1 \
@@ -74,6 +79,7 @@ MANPAGES = \
virt-tar.1 \
virt-tar-in.1 \
virt-tar-out.1 \
virt-v2v.1 \
virt-win-reg.1
podfiles := $(shell for f in `cat $(top_srcdir)/po-docs/podfiles`; do echo `basename $$f .pod`.pod; done)