Force remake of the quickref file also.
This commit is contained in:
parent
40f486ce5a
commit
c9aa86ddf5
6
Makefile
6
Makefile
|
@ -5,7 +5,7 @@ DOXYGEN=doxygen
|
||||||
DOXYGENFLAGS=
|
DOXYGENFLAGS=
|
||||||
|
|
||||||
.PHONEY: api-docs
|
.PHONEY: api-docs
|
||||||
all: bin/tidy quickref.html
|
all: bin/tidy
|
||||||
|
|
||||||
bin/tidy:
|
bin/tidy:
|
||||||
$(MAKE) -C build/gmake
|
$(MAKE) -C build/gmake
|
||||||
|
@ -20,7 +20,7 @@ README.md: README.html .FORCE
|
||||||
src/version.h: .FORCE
|
src/version.h: .FORCE
|
||||||
$(GIT) $(GITFLAGS) log --pretty=format:'static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/%h";' -n 1 > $@
|
$(GIT) $(GITFLAGS) log --pretty=format:'static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/%h";' -n 1 > $@
|
||||||
|
|
||||||
quickref.html: htmldoc/quickref.html
|
quickref.html: htmldoc/quickref.html .FORCE
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
api-docs:
|
api-docs:
|
||||||
|
@ -29,7 +29,7 @@ api-docs:
|
||||||
install:
|
install:
|
||||||
sudo $(MAKE) install -C build/gmake
|
sudo $(MAKE) install -C build/gmake
|
||||||
|
|
||||||
version: all src/version.h README.md
|
version: all src/version.h README.md quickref.html api-docs
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(MAKE) clean -C build/gmake
|
$(MAKE) clean -C build/gmake
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<body>
|
<body>
|
||||||
<h1 id="top">Quick Reference</h1>
|
<h1 id="top">Quick Reference</h1>
|
||||||
<h2>HTML Tidy Configuration Options</h2>
|
<h2>HTML Tidy Configuration Options</h2>
|
||||||
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/ccf2a6c">https://github.com/w3c/tidy-html5/tree/ccf2a6c</a></p>
|
<p>Version: <a href="https://github.com/w3c/tidy-html5/tree/f2825b9">https://github.com/w3c/tidy-html5/tree/f2825b9</a></p>
|
||||||
<p>
|
<p>
|
||||||
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
|
<a class="h3" href="#MarkupHeader">HTML, XHTML, XML</a>
|
||||||
<br />
|
<br />
|
||||||
|
|
Loading…
Reference in a new issue