Actions
Bug #345
openNo rule to make target 'dist_array.f90' when building HTML documentation
Status:
Resolved
Priority:
Normal
Assignee:
-
Start date:
09/25/2017
Due date:
% Done:
100%
Estimated time:
Description
After configuring the project and running
make -C doc/unitdoc html-local
from the top build directory to build the HTML documentation, make
fails with the following error:
make[1]: *** No rule to make target 'dist_array.f90'. Stop.
This appears to be due to doc/unitdoc/Makefile.am
attempting to build src/ppm/dist_array.f90
using the wrong target: from src
, it attempts to build the target dist_array.f90
, but it should be ppm/dist_array.f90
as defined in src/Makefile.am
.
The attached patch fixes this issue.
Files
Actions