Rules for 'doc' moved to Rakefile.

This commit is contained in:
Glenn Y. Rolland 2015-08-09 10:37:14 +02:00
parent 978b5e07af
commit f43f3ba30d

View file

@ -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)