protocol/Makefile: make the Heartwood spec the default.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
This commit is contained in:
Daira Hopwood 2020-03-20 14:56:20 +00:00
parent afae0efdb8
commit 70cc1347f6
3 changed files with 3 additions and 2 deletions

2
.gitignore vendored
View File

@ -25,5 +25,5 @@ protocol/aux/
protocol/html/ protocol/html/
protocol/saplinghtml/ protocol/saplinghtml/
protocol/blossom.pdf protocol/heartwood.pdf
protocol/protocol.ver protocol/protocol.ver

View File

@ -74,7 +74,6 @@ auxblossom:
blossom: blossom:
$(MAKE) auxblossom $(MAKE) auxblossom
mv -f aux/blossom.pdf . mv -f aux/blossom.pdf .
cp -f blossom.pdf protocol.pdf
.PHONY: auxheartwood .PHONY: auxheartwood
auxheartwood: auxheartwood:
@ -87,6 +86,7 @@ auxheartwood:
heartwood: heartwood:
$(MAKE) auxheartwood $(MAKE) auxheartwood
mv -f aux/heartwood.pdf . mv -f aux/heartwood.pdf .
cp -f heartwood.pdf protocol.pdf
.PHONY: nolatexmk-sprout .PHONY: nolatexmk-sprout
nolatexmk-sprout: nolatexmk-sprout:

View File

@ -10265,6 +10265,7 @@ Peter Newell's illustration of the Jubjub bird, from \cite{Carroll1902}.
\begin{itemize} \begin{itemize}
\item Remove ``pvc'' \Makefile targets. \item Remove ``pvc'' \Makefile targets.
\item Make the \Heartwood specification the default.
\end{itemize} \end{itemize}