]> granicus.if.org Git - python/commit
Fix the most recent change to the invocation of the mkhowto script so
authorFred Drake <fdrake@acm.org>
Sat, 27 Sep 2003 05:52:16 +0000 (05:52 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 27 Sep 2003 05:52:16 +0000 (05:52 +0000)
commite395e2278ca5f3a0eae56108a58ddf72f5360058
treef6b31f38a08bc8b344348caf7577b213294549c2
parent5a25aa6c4a2b8a6ab26966a55bfb877914083c3c
Fix the most recent change to the invocation of the mkhowto script so
that it works for all targets.

The issue here is that there are two different levels in the directory
tree at which we execute mkhowto, so we can't define it just once
using a relative path (at least not with the current implementation
and Makefile structure).  We use the GNUish $(shell) function here to
work around that restriction by identifying mkhowto using an absolute
path.
Doc/Makefile