Skip to content

Commit c9aa86d

Browse files
Force remake of the quickref file also.
1 parent 40f486c commit c9aa86d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ DOXYGEN=doxygen
55
DOXYGENFLAGS=
66

77
.PHONEY: api-docs
8-
all: bin/tidy quickref.html
8+
all: bin/tidy
99

1010
bin/tidy:
1111
$(MAKE) -C build/gmake
@@ -20,7 +20,7 @@ README.md: README.html .FORCE
2020
src/version.h: .FORCE
2121
$(GIT) $(GITFLAGS) log --pretty=format:'static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/%h";' -n 1 > $@
2222

23-
quickref.html: htmldoc/quickref.html
23+
quickref.html: htmldoc/quickref.html .FORCE
2424
cp $< $@
2525

2626
api-docs:
@@ -29,7 +29,7 @@ api-docs:
2929
install:
3030
sudo $(MAKE) install -C build/gmake
3131

32-
version: all src/version.h README.md
32+
version: all src/version.h README.md quickref.html api-docs
3333

3434
clean:
3535
$(MAKE) clean -C build/gmake

quickref.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<body>
99
<h1 id="top">Quick Reference</h1>
1010
<h2>HTML Tidy Configuration Options</h2>
11-
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/ccf2a6c">https://github.com/w3c/tidy-html5/tree/ccf2a6c</a></p>
11+
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/f2825b9">https://github.com/w3c/tidy-html5/tree/f2825b9</a></p>
1212
<p>
1313
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
1414
<br />

0 commit comments

Comments
 (0)