Skip to content

Commit

Permalink
Add d.tag target to makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberShadow committed Feb 14, 2015
1 parent a2183f6 commit 13229c1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
10 changes: 10 additions & 0 deletions posix.mak
Expand Up @@ -434,3 +434,13 @@ ${STABLE_DMD}:

${DUB}: ${DUB_DIR}/.cloned ${STABLE_DMD}
cd ${DUB_DIR} && DC=$(abspath ${STABLE_DMD}) ./build.sh

################################################################################
# Dman tags
################################################################################

chmgen : chmgen.d $(DMD)
$(DMD) -I${PHOBOS_DIR} -g chmgen.d

d.tag : chmgen $(ALL_FILES)
./chmgen --root=$(DOC_OUTPUT_DIR) --only-tags
3 changes: 3 additions & 0 deletions win32.mak
Expand Up @@ -303,6 +303,9 @@ chm-nav-doc.json : $(DDOC) chm-nav.dd
chm-nav-std.json : $(DDOC) $(DDOC_STD) chm-nav.dd
$(DMD) -o- -c -Df$@ $(DDOC) $(DDOC_STD) chm-nav.dd

d.tag : chmgen.exe $(TARGETS)
chmgen --only-tags

################# Other #########################

zip:
Expand Down

0 comments on commit 13229c1

Please sign in to comment.