X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=c6a02e1427212b983da40e96261611a0bf84618a;hb=1cf083b5c0101cb18337c60746ecab7b1bbeeca0;hp=0df92d40edfd21bae96029d578005979c1b56c43;hpb=e427d86de1ecd4a3b546df33445d0562a4b858ae;p=libguestfs.git diff --git a/Makefile.am b/Makefile.am index 0df92d4..c6a02e1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ # libguestfs -# Copyright (C) 2009-2010 Red Hat Inc. +# Copyright (C) 2009-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 @@ -30,7 +30,7 @@ SUBDIRS += appliance endif # Tests and the test-tool. -SUBDIRS += gnulib/tests capitests regressions test-tool +SUBDIRS += gnulib/tests capitests caution regressions test-tool # Guestfish. SUBDIRS += fish @@ -74,7 +74,9 @@ SUBDIRS += fuse endif # po-docs must come after tools, inspector. +if HAVE_PO4A SUBDIRS += po-docs +endif EXTRA_DIST = \ $(generator_built) \ @@ -128,7 +130,7 @@ HTMLFILES = \ html/recipes.html \ html/pod.css html/recipes.css -TEXTFILES = BUGS HACKING README RELEASE-NOTES ROADMAP TODO +TEXTFILES = BUGS README RELEASE-NOTES ROADMAP TODO WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs @@ -190,7 +192,7 @@ CLEANFILES = \ # is NOT a substitute for proper testing! quickcheck: - test-tool/run-test-tool-locally + test-tool/run-test-tool-locally $(QUICKCHECK_TEST_TOOL_ARGS) # Make binary distribution.