We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b9dc12f + 3699a0f commit 0c475b6Copy full SHA for 0c475b6
posix.mak
@@ -542,8 +542,8 @@ $W/dlangspec.mobi : \
542
$G/dlangspec-consolidated.d : $(SPEC_DD) ${STABLE_DMD}
543
$(STABLE_RDMD) --force $(TOOLS_DIR)/catdoc.d -o$@ $(SPEC_DD)
544
545
-$G/dlangspec.tex : $G/dlangspec-consolidated.d $(DMD) $(DDOC) latex.ddoc $(NODATETIME)
546
- $(DMD) -conf= -Df$@ $(DDOC) latex.ddoc $(NODATETIME) $<
+$G/dlangspec.tex : $G/dlangspec-consolidated.d $(DMD) $(DDOC) spec/latex.ddoc $(NODATETIME)
+ $(DMD) -conf= -Df$@ $(DDOC) spec/latex.ddoc $(NODATETIME) $<
547
548
# Run twice to fix multipage tables and \ref uses
549
$W/dlangspec.pdf : $G/dlangspec.tex | $W
latex.ddoc renamed to spec/latex.ddoc
0 commit comments