docs/Makefile: remove clutter
This commit is contained in:
parent
6e431c6254
commit
6d39f5bb2b
1 changed files with 3 additions and 0 deletions
|
|
@ -10,8 +10,11 @@ ifndef VERBOSE
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY : clean
|
.PHONY : clean
|
||||||
|
|
||||||
all : html
|
all : html
|
||||||
|
|
||||||
html : index.html
|
html : index.html
|
||||||
|
|
||||||
technical : technical/index.html
|
technical : technical/index.html
|
||||||
|
|
||||||
%.html : %.txt
|
%.html : %.txt
|
||||||
|
|
|
||||||
Reference in a new issue