Skip to content

Commit

Permalink
add chm-nav.json target to posix.mak
Browse files Browse the repository at this point in the history
- to check json validity
  • Loading branch information
MartinNowak committed Jun 17, 2016
1 parent 7a04b5b commit 638f8df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions posix.mak
Expand Up @@ -497,6 +497,14 @@ ${STABLE_DMD}:
${DUB}: ${DUB_DIR} ${STABLE_DMD}
cd ${DUB_DIR} && DC="$(abspath ${STABLE_DMD}) -conf=$(abspath ${STABLE_DMD_CONF})" ./build.sh

################################################################################
# chm help files
################################################################################

# testing menu generation
chm-nav.json : $(DDOC) std.ddoc spec/spec.ddoc ${GENERATED}/modlist-${LATEST}.ddoc changelog/changelog.ddoc chm-nav.dd $(DMD)
$(DMD) -conf= -c -o- -Df$@ $(filter-out $(DMD),$^)

################################################################################
# Dman tags
################################################################################
Expand Down

0 comments on commit 638f8df

Please sign in to comment.