aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2001-02-17 16:47:57 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2001-02-17 16:47:57 +0000
commitec22e3127d434b660845fcd1bf0aaeb16bd4b57d (patch)
treeaab2fad53a2506b969d7f0286a6ce216efde98ab /doc/src
parentb5f8c90c15080682552855b01c154f6838f49dd2 (diff)
downloadpostgresql-ec22e3127d434b660845fcd1bf0aaeb16bd4b57d.tar.gz
postgresql-ec22e3127d434b660845fcd1bf0aaeb16bd4b57d.zip
No more .htm files, so don't try to add them to the doc tarballs.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/Makefile b/doc/src/Makefile
index feed8d646e3..e392f2ebf39 100644
--- a/doc/src/Makefile
+++ b/doc/src/Makefile
@@ -1,5 +1,5 @@
# Postgres documentation makefile
-# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.15 2000/11/24 17:44:21 petere Exp $
+# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.16 2001/02/17 16:47:57 tgl Exp $
subdir = doc/src
top_builddir = ../..
@@ -38,22 +38,22 @@ sources.tar:
admin.tar developer.tar reference.tar user.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml $(basename $@).html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html
programmer.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml programmer.html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif connections.gif
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif connections.gif
tutorial.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml tutorial.html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics clientserver.gif
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics clientserver.gif
postgres.tar:
$(MAKE) -C sgml clean
$(MAKE) -C sgml postgres.html
- cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif clientserver.gif connections.gif
+ cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif clientserver.gif connections.gif
man.tar:
$(MAKE) -C sgml man