[project @ 2005-02-07 14:05:25 by simonmar]
authorsimonmar <unknown>
Mon, 7 Feb 2005 14:05:25 +0000 (14:05 +0000)
committersimonmar <unknown>
Mon, 7 Feb 2005 14:05:25 +0000 (14:05 +0000)
Fix doc building for binary distributions

Makefile

index 0c2eae0..f62fb22 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -291,7 +291,7 @@ BINDIST_DOC_WAYS = html ps
 # BINDIST_DOC_WAYS =
 
 binary-dist ::
-ifneq "$(DOCBOOK_CATALOG)" ""
+ifneq "$(DIR_DOCBOOK_XSL)" ""
        @for i in $(BIN_DIST_DIRS); do                          \
          if test -d "$$i"; then                                \
            $(MAKE) -C $$i $(MFLAGS) $(BINDIST_DOC_WAYS);       \