]> git.notmuchmail.org Git - notmuch/commit - doc/Makefile.local
doc: Fix parallel build of roff files
authorAustin Clements <amdragon@MIT.EDU>
Thu, 17 Apr 2014 20:34:57 +0000 (16:34 -0400)
committerDavid Bremner <david@tethera.net>
Fri, 18 Apr 2014 20:55:30 +0000 (05:55 +0900)
commit59c6103e1c169c3b65e8d63dc2211c6ad0e24841
tree2fe53b5c091aa335046c7b815c8562f317af0383
parent55926bcb2c0d61ffaf9f46ba4e1529a7f4584cbc
doc: Fix parallel build of roff files

The roff build rule builds all of the roff files in a single command.
Previously, this was expressed as a multi-target rule, but since this
is equivalent to specifying a copy of the rule for each target, make
-jN could start up to N parallel instances of this command.  Fix this
by bottlenecking this rule through a single stamp file.

This also removes the unused man.stamp from CLEAN.
doc/Makefile.local