Skip to content

Commit 2fe8e39

Browse files
WalterBrightwilzbach
authored andcommitted
move res/ to src/dmd/res
1 parent e0f9c04 commit 2fe8e39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posix.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ $G/docs-latest.json : ${DMD_LATEST} ${DMD_LATEST_DIR} \
738738
sed -e /unittest.d/d -e /gcstub/d >> $G/.latest-files.txt
739739
find ${PHOBOS_LATEST_DIR}/etc ${PHOBOS_LATEST_DIR}/std -name '*.d' | \
740740
sed -e /unittest.d/d | sort >> $G/.latest-files.txt
741-
${DMD_LATEST} -J$(DMD_LATEST_DIR)/res -J$(dir $(DMD_LATEST)) -c -o- -version=CoreDdoc \
741+
${DMD_LATEST} -J$(DMD_LATEST_DIR)/src/dmd/res -J$(dir $(DMD_LATEST)) -c -o- -version=CoreDdoc \
742742
-version=MARS -version=CoreDdoc -version=StdDdoc -Df$G/.latest-dummy.html \
743743
-Xf$@ -I${PHOBOS_LATEST_DIR} @$G/.latest-files.txt
744744
${DPL_DOCS} filter $@ --min-protection=Protected \
@@ -752,7 +752,7 @@ $G/docs-prerelease.json : ${DMD} ${DMD_DIR} ${DRUNTIME_DIR} | dpl-docs
752752
sed -e /unittest/d >> $G/.prerelease-files.txt
753753
find ${PHOBOS_DIR}/etc ${PHOBOS_DIR}/std -name '*.d' | \
754754
sed -e /unittest.d/d | sort >> $G/.prerelease-files.txt
755-
${DMD} -J$(DMD_DIR)/res -J$(dir $(DMD)) -c -o- -version=MARS -version=CoreDdoc \
755+
${DMD} -J$(DMD_DIR)/src/dmd/res -J$(dir $(DMD)) -c -o- -version=MARS -version=CoreDdoc \
756756
-version=StdDdoc -Df$G/.prerelease-dummy.html \
757757
-Xf$@ -I${PHOBOS_DIR} @$G/.prerelease-files.txt
758758
${DPL_DOCS} filter $@ --min-protection=Protected \

0 commit comments

Comments
 (0)