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

Commit9b3ac49

Browse files
committed
Use a stamp file for the XSLT HTML doc build
This way it works more like the DSSSL build, and dependencies aretracked better by make.Also copy the CSS stylesheet to the html directory. This was forgottenwhen the output directory was changed.
1 parentd092d11 commit9b3ac49

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

‎doc/src/sgml/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,8 +255,12 @@ postgres.xml: $(srcdir)/postgres.sgml $(ALMOSTALLSGML)
255255
rm postgres.xmltmp
256256
# ' hello Emacs
257257

258-
xslthtml: stylesheet.xsl postgres.xml
258+
xslthtml: xslthtml-stamp
259+
260+
xslthtml-stamp: stylesheet.xsl postgres.xml
259261
$(XSLTPROC)$(XSLTPROCFLAGS)$(XSLTPROC_HTML_FLAGS)$^
262+
cp$(srcdir)/stylesheet.css html/
263+
touch$@
260264

261265
htmlhelp: stylesheet-hh.xsl postgres.xml
262266
$(XSLTPROC)$(XSLTPROCFLAGS)$^

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp