mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
Add html doc build for dmd
This commit is contained in:
parent
a540e39b75
commit
51d373ad64
2 changed files with 13 additions and 0 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue