Browse Source

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

Samuel Thibault 9 years ago
parent
commit
1de351ae06
1 changed files with 1 additions and 0 deletions
  1. 1 0
      doc/Makefile.am

+ 1 - 0
doc/Makefile.am

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