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

Commit32de56e

Browse files
author
Thomas G. Lockhart
committed
Use option to jade to produce html file names from id field in tag.
1 parent64fbd1f commit32de56e

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎doc/src/sgml/Makefile

Lines changed: 9 additions & 3 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.3 1998/05/13 05:33:30 thomas Exp $
11+
# $Header: /cvsroot/pgsql/doc/src/sgml/Makefile,v 1.4 1998/07/29 06:29:04 thomas Exp $
1212
#
1313
#----------------------------------------------------------------------------
1414

@@ -29,8 +29,14 @@ PSTYLE=/usr/lib/sgml/stylesheets/jade/docbook/print
2929
HDSL=$(HSTYLE)/docbook.dsl
3030
PDSL=$(PSTYLE)/docbook.dsl
3131

32+
# Options for DocBook style sheets
33+
3234
DBOPTS= -D ref
3335
#DBOPTS+= -V %no-split-output% -V %no-make-index%
36+
# use-id-as-filename picks up the "Id=" fields to use as file names.
37+
# If this is omitted then file names are generic "c01.htm"
38+
# as in v6.3 documentation. Yuck.
39+
DBOPTS+= -V %use-id-as-filename%
3440

3541
TAR= tar
3642

@@ -87,8 +93,8 @@ distclean::
8793
%.html:%.sgml#$(HDSL)
8894
(rm -rf*.htm)
8995
jade$(DBOPTS)$(HTMLOPTS) -t sgml$<
90-
(ln -sfbook01.htm index.html)
91-
(ln -sfbook01.htm$*.html)
96+
(ln -sf$*.htm index.html)
97+
(ln -sf$*.htm$*.html)
9298

9399
# RTF to allow minor editing for hardcopy
94100
# This is used for v6.3 docs

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp