浏览代码

HUE-9426 [doc] Exclude gethue content from 'make docs'

Ying Chen 5 年之前
父节点
当前提交
8394ac0f39
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/Makefile

+ 1 - 1
docs/Makefile

@@ -31,7 +31,7 @@ NO_TOC := --xsltproc-opts='--stringparam generate.toc ""'
 # Being lazy/loose with the prerequisite. Include all files except sdk and
 # release notes, which are handled separately below.
 #
-DOC_FILES := $(shell find . -name sdk -prune -o -name release-notes -name user-guide -name admin-manual -o -print)
+DOC_FILES := $(shell find . -name sdk -prune -o -name release-notes -name user-guide -name admin-manual -o -path '*/gethue/*' -prune -o -print)
 $(BLD_DIR_DOC): sdk release-notes user-guide admin-manual $(DOC_FILES)
 	@echo '--- Generating doc at $@'
 	@mkdir -p $@