Rules for 'doc' moved to Rakefile.
This commit is contained in:
parent
978b5e07af
commit
f43f3ba30d
1 changed files with 0 additions and 14 deletions
14
Makefile
14
Makefile
|
@ -41,20 +41,6 @@ install: \
|
|||
|
||||
## DOC SECTION
|
||||
|
||||
.PHONY: build-doc
|
||||
|
||||
clean-doc:
|
||||
rm -fr doc
|
||||
|
||||
build-doc: clean-doc
|
||||
$(RDOC) \
|
||||
--promiscuous \
|
||||
--inline-source \
|
||||
--line-numbers \
|
||||
-o doc lib/$(NAME)/ \
|
||||
bin/
|
||||
# --diagram
|
||||
|
||||
install-doc:
|
||||
# # install documentation
|
||||
rm -fr $(DOCDIR)/$(NAME)
|
||||
|
|
Loading…
Reference in a new issue