Skip to content

Commit

Permalink
Merge pull request #1128 from s-ludwig/remove-build-workarounds
Browse files Browse the repository at this point in the history
Remove dpl-docs build workarounds on Windows.
  • Loading branch information
DmitryOlshansky committed Oct 15, 2015
2 parents 965e9ba + b9378a6 commit 1d618ea
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions win32.mak
Expand Up @@ -556,10 +556,7 @@ apidocs-serve: docs.json
docs.json:
mkdir .tmp
dir /s /b /a-d ..\druntime\src\*.d | findstr /V "unittest.d gcstub" > .tmp/files.txt
dir /s /b /a-d ..\phobos\*.d | findstr /V "unittest.d linux osx format.d" >> .tmp/files.txt
dir /s /b /a-d ..\phobos\*.d | findstr /V "unittest.d linux osx" >> .tmp/files.txt
dmd -c -o- -version=CoreDdoc -version=StdDdoc -Df.tmp/dummy.html -Xfdocs.json @.tmp/files.txt
# WORKAROUND FOR DEPENDECY TRACKING BUG IN DUB (issue #331)
dub build --nodeps --force --root $(DPL_DOCS_PATH)
#
$(DPL_DOCS) filter docs.json --min-protection=Protected --only-documented $(MOD_EXCLUDES_RELEASE)
rmdir /s /q .tmp

0 comments on commit 1d618ea

Please sign in to comment.