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

Commit5292637

Browse files
committed
Allow overriding HSTYLE and PSTYLE from environment
1 parentbc11dd6 commit5292637

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎doc/src/sgml/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#
99
#
1010
# IDENTIFICATION
11-
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.20 2000/09/12 05:36:06 thomas Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.21 2000/10/05 16:57:23 petere Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -27,9 +27,12 @@ top_builddir = ../../..
2727
#HSTYLE=/usr/lib/sgml/stylesheets/nwalsh-modular/html
2828
#PSTYLE=/usr/lib/sgml/stylesheets/nwalsh-modular/print
2929
# This is where the production stylesheets appear on postgresql.org
30-
30+
ifndefHSTYLE
3131
HSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/html
32+
endif
33+
ifndefPSTYLE
3234
PSTYLE= /home/projects/pgsql/developers/thomas/db143.d/docbook/print
35+
endif
3336

3437
HDSL=$(HSTYLE)/docbook.dsl
3538
PDSL=$(PSTYLE)/docbook.dsl

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp