doc: Try a different trick for asciidoc build issues
authorKeith Packard <keithp@keithp.com>
Sat, 14 Nov 2015 07:17:11 +0000 (23:17 -0800)
committerKeith Packard <keithp@keithp.com>
Sat, 14 Nov 2015 07:17:11 +0000 (23:17 -0800)
commit688c5ee98565a25e77c8618e1957ed3b8eff5a56
tree81b50d6d96b20fb8b39031448d5de0181185feae
parent992c0eab6275cec7d5035b99952537fd7ece2ed4
doc: Try a different trick for asciidoc build issues

asciidoc creates temp files in the current directory using basename of
the source filename. Doing html and pdf builds in parallel causes
chaos as a result. Fix this by having the pdf target build both
serially, and then have the html target just depend on the pdf target.

Signed-off-by: Keith Packard <keithp@keithp.com>
doc/Makefile