]> git.cameronkatri.com Git - mandoc.git/commit
POSIX make(1) does not support prerequisites on suffix rules.
authorIngo Schwarze <schwarze@openbsd.org>
Tue, 21 Sep 2021 11:04:40 +0000 (11:04 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Tue, 21 Sep 2021 11:04:40 +0000 (11:04 +0000)
commite2d87f80b3cfbe9328b84922bc483e69b78f6f54
tree7dd9383558732ef8b8ea0095f81be725ad3fe913
parentb36441d743a962efef5fc148dbaa1bffec3ec0d1
POSIX make(1) does not support prerequisites on suffix rules.
For HTML generation, the "mandoc" prerequisite isn't needed anyway
because ${WWW_MANS} already explicitly depends on mandoc.
Issue reported by Sevan Janiyan and Leah Neukirchen.

This is not critical for release because it is only used for
a maintainer target.  While here, i also fixed the associated
shell command to use the freshly built mandoc binary rather
than whatever may be in the $PATH.
Makefile