Sfoglia il codice sorgente

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

Samuel Thibault 9 anni fa
parent
commit
1de351ae06
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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