From 888760250ac93e070667ac5599ff80453c1afc11 Mon Sep 17 00:00:00 2001 From: "Thomas G. Lockhart" Date: Thu, 7 Jan 1999 06:19:17 +0000 Subject: [PATCH] Fix build rules for the tutorial, which was not built last time these things changed. --- doc/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/Makefile b/doc/src/Makefile index 81d4cf769a..db6ad52d9e 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -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 -- 2.40.0