File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -738,7 +738,7 @@ $G/docs-latest.json : ${DMD_LATEST} ${DMD_LATEST_DIR} \
738
738
sed -e /unittest.d/d -e /gcstub/d >> $G /.latest-files.txt
739
739
find ${PHOBOS_LATEST_DIR} /etc ${PHOBOS_LATEST_DIR} /std -name ' *.d' | \
740
740
sed -e /unittest.d/d | sort >> $G /.latest-files.txt
741
- ${DMD_LATEST} -J$(DMD_LATEST_DIR ) /src/dmd/res -J$(dir $(DMD_LATEST ) ) -c -o- -version=CoreDdoc \
741
+ ${DMD_LATEST} -J$(DMD_LATEST_DIR ) /src/dmd/res -J$(DMD_LATEST_DIR ) /res -J $( dir $(DMD_LATEST ) ) -c -o- -version=CoreDdoc \
742
742
-version=MARS -version=CoreDdoc -version=StdDdoc -Df$G /.latest-dummy.html \
743
743
-Xf$@ -I${PHOBOS_LATEST_DIR} @$G /.latest-files.txt
744
744
${DPL_DOCS} filter $@ --min-protection=Protected \
@@ -752,7 +752,7 @@ $G/docs-prerelease.json : ${DMD} ${DMD_DIR} ${DRUNTIME_DIR} | dpl-docs
752
752
sed -e /unittest/d >> $G /.prerelease-files.txt
753
753
find ${PHOBOS_DIR} /etc ${PHOBOS_DIR} /std -name ' *.d' | \
754
754
sed -e /unittest.d/d | sort >> $G /.prerelease-files.txt
755
- ${DMD} -J$(DMD_DIR ) /src/dmd/res -J$(dir $(DMD ) ) -c -o- -version=MARS -version=CoreDdoc \
755
+ ${DMD} -J$(DMD_DIR ) /res -J $( DMD_DIR ) / src/dmd/res -J$(dir $(DMD ) ) -c -o- -version=MARS -version=CoreDdoc \
756
756
-version=StdDdoc -Df$G /.prerelease-dummy.html \
757
757
-Xf$@ -I${PHOBOS_DIR} @$G /.prerelease-files.txt
758
758
${DPL_DOCS} filter $@ --min-protection=Protected \
You can’t perform that action at this time.
0 commit comments