Patrice Dumas wrote: > I do not know if it is the same, but here is a patch that adds the > ModulePath.pm dependency and a rule for tp_api, which seems to be needed > for a out of source build without a prior make all in doc/tp_api.
Nice and simple. Note that double-quotes are not needed around $(top_builddir), because $(top_builddir) always expands to . or .. or ../.. etc. Bruno