]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix build rules for the tutorial,
authorThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 7 Jan 1999 06:19:17 +0000 (06:19 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Thu, 7 Jan 1999 06:19:17 +0000 (06:19 +0000)
 which was not built last time these things changed.

doc/src/Makefile

index 81d4cf769ac7bcee92e1d38bf95bd218a3847529..db6ad52d9ebbd8b8b6af0becb8c66477f6b5272d 100644 (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