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

Commitfc7de7c

Browse files
author
Neil Conway
committed
Unbreak the SGML doc build: ":=" is needed to assign to variables if
the RHS of the assignment expands to a reference to the LHS.
1 parent6be40de commitfc7de7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# PostgreSQL documentation makefile
44
#
5-
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.95 2007/02/0915:55:57 petere Exp $
5+
# $PostgreSQL: pgsql/doc/src/sgml/Makefile,v 1.96 2007/02/0920:40:13 neilc Exp $
66
#
77
#----------------------------------------------------------------------------
88

@@ -105,7 +105,7 @@ draft:
105105
@$(MAKE) DRAFT="Y" html
106106

107107

108-
COLLATEINDEX = LC_ALL=C$(PERL)$(COLLATEINDEX) -f -g
108+
COLLATEINDEX:= LC_ALL=C$(PERL)$(COLLATEINDEX) -f -g
109109

110110
# bookindex.sgml is required so there is a proper index for all output formats
111111
bookindex.sgml: HTML.index

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp