diff options
author | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-16 06:03:48 +0000 |
---|---|---|
committer | Thomas G. Lockhart <lockhart@fourpalms.org> | 1999-07-16 06:03:48 +0000 |
commit | 2c1756d7fa4596d691189c9ccba19d0fe7d8eb46 (patch) | |
tree | 494bd489c2e6a165efe3437f38eef68c2e3b489d | |
parent | 25fece4b7fcaae70c63f90154c343925f421e5bd (diff) |
Add missing gif to postgres integrated doc.
-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 |