File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -131,9 +131,13 @@ html-stamp: stylesheet.xsl postgres.sgml $(ALLSGML)
131
131
cp $(srcdir ) /stylesheet.css html/
132
132
touch $@
133
133
134
- htmlhelp : stylesheet-hh.xsl postgres.sgml $(ALLSGML )
134
+ htmlhelp : htmlhelp-stamp
135
+
136
+ htmlhelp-stamp : stylesheet-hh.xsl postgres.sgml $(ALLSGML )
135
137
$(XMLLINT ) $(XMLINCLUDE ) --noout --valid $(word 2,$^ )
136
138
$(XSLTPROC ) $(XMLINCLUDE ) $(XSLTPROCFLAGS ) $(wordlist 1,2,$^ )
139
+ cp $(srcdir ) /stylesheet.css htmlhelp/
140
+ touch $@
137
141
138
142
# single-page HTML
139
143
postgres.html : stylesheet-html-nochunk.xsl postgres.sgml $(ALLSGML )
@@ -284,7 +288,7 @@ clean:
284
288
# generated SGML files
285
289
rm -f $(GENERATED_SGML)
286
290
# HTML Help
287
- rm -f htmlhelp.hhp toc.hhc index.hhk
291
+ rm -rf htmlhelp/ htmlhelp-stamp
288
292
# EPUB
289
293
rm -f postgres.epub
290
294
# Texinfo
Original file line number Diff line number Diff line change 10
10
<!-- Parameters -->
11
11
<xsl : param name =" htmlhelp.use.hhk" select =" '1'" />
12
12
13
+ <xsl : param name =" base.dir" select =" 'htmlhelp/'" ></xsl : param >
13
14
<xsl : param name =" html.stylesheet" select =" 'stylesheet.css'" ></xsl : param >
14
15
<xsl : param name =" use.id.as.filename" select =" '1'" ></xsl : param >
16
+ <xsl : param name =" manifest.in.base.dir" select =" 1" />
15
17
<xsl : param name =" make.valid.html" select =" 1" ></xsl : param >
16
18
<xsl : param name =" generate.id.attributes" select =" 1" ></xsl : param >
17
19
<xsl : param name =" generate.legalnotice.link" select =" 1" ></xsl : param >
You can’t perform that action at this time.
0 commit comments