From 540fbfcf34089e2baeea9c94a850cdea0c0db903 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 28 Aug 2012 12:55:01 +0100 Subject: po-docs: Don't output translated virt-sysprep page as HTML. --- po-docs/ja/Makefile.am | 3 +-- po-docs/uk/Makefile.am | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 30d226a2..52184023 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -74,10 +74,9 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod $(PODWRAPPER) \ - --man virt-sysprep.1 \ + --man $@ \ --insert sysprep-extra-options.pod:@EXTRA_OPTIONS@ \ --insert sysprep-operations.pod:@OPERATIONS@ \ - --html $(top_builddir)/html/virt-sysprep.1.html \ $< %.1: %.pod diff --git a/po-docs/uk/Makefile.am b/po-docs/uk/Makefile.am index 30d226a2..52184023 100644 --- a/po-docs/uk/Makefile.am +++ b/po-docs/uk/Makefile.am @@ -74,10 +74,9 @@ guestfish.1: guestfish.pod guestfish-actions.pod guestfish-commands.pod virt-sysprep.1: virt-sysprep.pod sysprep-extra-options.pod sysprep-operations.pod $(PODWRAPPER) \ - --man virt-sysprep.1 \ + --man $@ \ --insert sysprep-extra-options.pod:@EXTRA_OPTIONS@ \ --insert sysprep-operations.pod:@OPERATIONS@ \ - --html $(top_builddir)/html/virt-sysprep.1.html \ $< %.1: %.pod -- cgit