File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ DOXYGEN=doxygen
5
5
DOXYGENFLAGS =
6
6
7
7
.PHONEY : api-docs
8
- all : bin/tidy quickref.html
8
+ all : bin/tidy
9
9
10
10
bin/tidy :
11
11
$(MAKE ) -C build/gmake
@@ -20,7 +20,7 @@ README.md: README.html .FORCE
20
20
src/version.h : .FORCE
21
21
$(GIT ) $(GITFLAGS ) log --pretty=format:' static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/%h";' -n 1 > $@
22
22
23
- quickref.html : htmldoc/quickref.html
23
+ quickref.html : htmldoc/quickref.html .FORCE
24
24
cp $< $@
25
25
26
26
api-docs :
@@ -29,7 +29,7 @@ api-docs:
29
29
install :
30
30
sudo $(MAKE ) install -C build/gmake
31
31
32
- version : all src/version.h README.md
32
+ version : all src/version.h README.md quickref.html api-docs
33
33
34
34
clean :
35
35
$(MAKE ) clean -C build/gmake
Original file line number Diff line number Diff line change 8
8
< body >
9
9
< h1 id ="top "> Quick Reference</ h1 >
10
10
< 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 >
12
12
< p >
13
13
< a class ="h3 " href ="#MarkupHeader "> HTML, XHTML, XML</ a >
14
14
< br />
You can’t perform that action at this time.
0 commit comments