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

Commit7657bce

Browse files
committed
Clean up doc/Makefile to install manual pages.
1 parent81c0383 commit7657bce

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

‎doc/Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.13 1999/08/08 15:09:04 thomas Exp $
11+
# $Header: /cvsroot/pgsql/doc/Makefile,v 1.14 1999/12/05 21:23:00 momjian Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -56,9 +56,9 @@ clean::
5656
distclean::
5757
$(MAKE) clean
5858

59-
man::man.tar.gz
59+
man::
6060
iftest! -d$(POSTMANDIR);then mkdir$(POSTMANDIR);fi
61-
$(GZCAT)$<| (cd$(POSTMANDIR);$(TAR) xf - )
61+
$(GZCAT)man.tar.gz| (cd$(POSTMANDIR);$(TAR) xf - )
6262

6363
#
6464
# Generic production rules
@@ -77,4 +77,3 @@ man::man.tar.gz
7777
iftest! -d$(PGDOCS)/$*;then mkdir$(PGDOCS)/$*;fi
7878
$(GZCAT)$<| (cd$(PGDOCS)/$*;$(TAR) xf - )
7979
#touch ./$*
80-

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp