Project

General

Profile

Actions

Bug #345

open

No rule to make target 'dist_array.f90' when building HTML documentation

Added by Matthew Krupcale over 6 years ago. Updated over 3 years ago.

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 #1

Updated by Thomas Jahns over 3 years ago

  • Status changed from New to Resolved
  • % Done changed from 0 to 100

This should be addressed now that dist_array.f90 is part of the source tree and only regenerated in maintainer-mode. The corresponding commit is commit:65e564f70a45b.

Actions

Also available in: Atom PDF