File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DOXYGEN=doxygen
55DOXYGENFLAGS =
66
77.PHONEY : api-docs
8- all : bin/tidy quickref.html
8+ all : bin/tidy
99
1010bin/tidy :
1111 $(MAKE ) -C build/gmake
@@ -20,7 +20,7 @@ README.md: README.html .FORCE
2020src/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
2626api-docs :
@@ -29,7 +29,7 @@ api-docs:
2929install :
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
3434clean :
3535 $(MAKE ) clean -C build/gmake
Original file line number Diff line number Diff line change 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 />
You can’t perform that action at this time.
0 commit comments