Commit 88876025 authored by Thomas G. Lockhart's avatar Thomas G. Lockhart

Fix build rules for the tutorial,

 which was not built last time these things changed.
parent 42dd24da
......@@ -63,7 +63,7 @@ programmer.tar:
tutorial.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml tutorial.html
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) -C sgml . -C .. -C graphics clientserver.gif)
(cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics clientserver.gif)
user.tar:
$(MAKE) -C sgml clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment