diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-01-07 06:19:17 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-01-07 06:19:17 +0000 |
commit | 888760250ac93e070667ac5599ff80453c1afc11 (patch) | |
tree | 563650c6254db82f4e6935f74fdcdac7206f7b9c | |
parent | 42dd24dab2f62e79fafd9ff3351e65c75fa83994 (diff) | |
download | postgresql-888760250ac93e070667ac5599ff80453c1afc11.tar.gz postgresql-888760250ac93e070667ac5599ff80453c1afc11.zip |
Fix build rules for the tutorial,
which was not built last time these things changed.
-rw-r--r-- | doc/src/Makefile | 2 |
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 |