Fix build rules for the tutorial,

which was not built last time these things changed.
This commit is contained in:
Thomas G. Lockhart 1999-01-07 06:19:17 +00:00
parent 42dd24dab2
commit 888760250a
1 changed files with 1 additions and 1 deletions

View File

@ -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