File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ DOXYGEN=doxygen
5
5
DOXYGENFLAGS =
6
6
7
7
.PHONEY : api-docs
8
- all : README.md bin/tidy quickref.html
8
+ all : bin/tidy quickref.html
9
9
10
10
bin/tidy :
11
11
$(MAKE ) -C build/gmake
12
12
$(MAKE ) -C build/gmake doc
13
13
14
- README.md : README.html
14
+ .FORCE :
15
+ # dummy target to force other targets to always get remade
16
+
17
+ README.md : README.html .FORCE
15
18
$(HTML2MARKDOWN ) $(HTML2MARKDOWNFLAGS ) $< > $@
16
19
17
20
src/version.h : .FORCE
18
21
$(GIT ) $(GITFLAGS ) log --pretty=format:' static const char TY_(release_date)[] = "https://github.com/w3c/tidy-html5/tree/%h";' -n 1 > $@
19
- .FORCE :
20
- # dummy target to force the src/version.h file to always get remade
21
22
22
23
quickref.html : htmldoc/quickref.html
23
24
cp $< $@
@@ -28,10 +29,9 @@ api-docs:
28
29
install :
29
30
sudo $(MAKE ) install -C build/gmake
30
31
31
- version : all src/version.h
32
+ version : all src/version.h README.md
32
33
33
34
clean :
34
35
$(MAKE ) clean -C build/gmake
35
- $(RM ) README.md
36
36
$(RM ) test/testall.log
37
37
$(RM ) -r test/tmp
Original file line number Diff line number Diff line change 1
- static const char TY_ (release_date )[] = "https://github.com/w3c/tidy-html5/tree/ccf2a6c " ;
1
+ static const char TY_ (release_date )[] = "https://github.com/w3c/tidy-html5/tree/f2825b9 " ;
You can’t perform that action at this time.
0 commit comments