From bd26e60016e9e08c1784ee2d90695cc7eeb7daee Mon Sep 17 00:00:00 2001 From: Hib Eris Date: Thu, 15 Apr 2010 12:11:34 +0000 Subject: Make gnome-doc-utils optional --- (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 4647ca4..a3ab218 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,8 +14,11 @@ SUBDIRS = \ libmisc \ properties \ shell \ - po \ - help + po + +if ENABLE_HELP +SUBDIRS += help +endif if ENABLE_TESTS SUBDIRS += test -- cgit v0.9.1