Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitec22e31

Browse files
committed
No more .htm files, so don't try to add them to the doc tarballs.
1 parentb5f8c90 commitec22e31

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎doc/src/Makefile

Lines changed: 5 additions & 5 deletions
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.tardeveloper.tarreference.taruser.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)

[8]ページ先頭

©2009-2025 Movatter.jp