瀏覽代碼

Fix 16146: we still need to set DIST_SUBDIRS when we build the doc

Samuel Thibault 9 年之前
父節點
當前提交
1de351ae06
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      doc/Makefile.am

+ 1 - 0
doc/Makefile.am

@@ -11,6 +11,7 @@
 
 if BUILD_DOC
 SUBDIRS = doxygen
+DIST_SUBDIRS = doxygen
 else
 DIST_SUBDIRS =
 endif