Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ec22e31

Browse files
committed
No more .htm files, so don't try to add them to the doc tarballs.
1 parent b5f8c90 commit ec22e31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/src/Makefile

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Postgres documentation makefile
2-
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.15 2000/11/24 17:44:21 petere Exp $
2+
# $Header: /cvsroot/pgsql/doc/src/Makefile,v 1.16 2001/02/17 16:47:57 tgl Exp $
33

44
subdir = doc/src
55
top_builddir = ../..
@@ -38,22 +38,22 @@ sources.tar:
3838
admin.tar developer.tar reference.tar user.tar:
3939
$(MAKE) -C sgml clean
4040
$(MAKE) -C sgml $(basename $@).html
41-
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm
41+
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html
4242

4343
programmer.tar:
4444
$(MAKE) -C sgml clean
4545
$(MAKE) -C sgml programmer.html
46-
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif connections.gif
46+
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif connections.gif
4747

4848
tutorial.tar:
4949
$(MAKE) -C sgml clean
5050
$(MAKE) -C sgml tutorial.html
51-
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics clientserver.gif
51+
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics clientserver.gif
5252

5353
postgres.tar:
5454
$(MAKE) -C sgml clean
5555
$(MAKE) -C sgml postgres.html
56-
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html *.htm -C ../graphics catalogs.gif clientserver.gif connections.gif
56+
cd sgml && $(TAR) -cf ../$@ $(TAREXCLUDE) *.html -C ../graphics catalogs.gif clientserver.gif connections.gif
5757

5858
man.tar:
5959
$(MAKE) -C sgml man

0 commit comments

Comments
 (0)