Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
exa2pro
/
starpu-max
Watch
19
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Fix 16146: we still need to set DIST_SUBDIRS when we build the doc
Samuel Thibault
9 years ago
parent
74f23a2b3b
commit
1de351ae06
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
doc/Makefile.am
+ 1
- 0
doc/Makefile.am
View File
@@ -11,6 +11,7 @@
if BUILD_DOC
SUBDIRS = doxygen
+DIST_SUBDIRS = doxygen
else
DIST_SUBDIRS =
endif