From 58f7a5a4ac8cce77dfaded1c29f3ad382b4cc9a8 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 29 Mar 2011 16:07:21 +0100 Subject: Exclude po-docs directory completely if po4a not available. Lift the if HAVE_PO4A ... endif completely out of the po-docs subdirectory, and just exclude the whole subdirectory if the po4a program is not available. --- po-docs/ja/Makefile.am | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'po-docs/ja') diff --git a/po-docs/ja/Makefile.am b/po-docs/ja/Makefile.am index 24eb24e9..c60626ec 100644 --- a/po-docs/ja/Makefile.am +++ b/po-docs/ja/Makefile.am @@ -1,5 +1,5 @@ # libguestfs translations of man pages and POD files -# Copyright (C) 2010 Red Hat Inc. +# Copyright (C) 2010-2011 Red Hat Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -41,8 +41,6 @@ EXTRA_DIST = \ libguestfs-test-tool.pod \ $(wildcard virt-*.pl) -if HAVE_PO4A - all-local: $(MANPAGES) guestfs.3: guestfs.pod guestfs-actions.pod guestfs-availability.pod guestfs-structs.pod @@ -76,12 +74,6 @@ virt-%.1: virt-%.pl --man $@ \ $< -else - -all-local: - -endif - # XXX Can automake do this properly? install-data-hook: $(MKDIR_P) $(DESTDIR)$(mandir)/$(LINGUA)/man1 -- cgit