summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile
index 81d4cf769ac..db6ad52d9eb 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