Add html doc build for dmd

This commit is contained in:
Andrei Alexandrescu 2016-01-14 23:45:41 -05:00
parent a540e39b75
commit 51d373ad64
2 changed files with 13 additions and 0 deletions

View file

@ -20,6 +20,9 @@ clean:
test:
$(QUIET)$(MAKE) -C test -f Makefile
html:
$(QUIET)$(MAKE) -C src -f posix.mak html
# Creates Exuberant Ctags tags file
tags: posix.mak $(ECTAGS_FILES)
ctags --sort=yes --links=no --excmd=number --languages=$(ECTAGS_LANGS) \