diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-14 20:31:42 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-14 20:31:42 +0000 |
commit | d289011f8afbfa8b20dc45a51e1919f6520944c4 (patch) | |
tree | c6f60bdc1f5bc3ca8fbd75da6ca0da160782b6be | |
parent | 0cf1b79528aa98fa7e0acfd60371251bd691cf5a (diff) | |
download | postgresql-d289011f8afbfa8b20dc45a51e1919f6520944c4.tar.gz postgresql-d289011f8afbfa8b20dc45a51e1919f6520944c4.zip |
Include gif omitted from integrated doc.
Thanks to Goran Uddeborg for spotting this.
-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 7ed3019f8ac..d8d95df730d 100644 --- a/doc/src/Makefile +++ b/doc/src/Makefile @@ -54,7 +54,7 @@ installation.tar: postgres.tar: $(MAKE) -C sgml clean $(MAKE) -C sgml postgres.html - (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif connections.gif layout.gif) + (cd sgml; $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif clientserver.gif connections.gif layout.gif) programmer.tar: $(MAKE) -C sgml clean |