Skip to content

Commit 0c475b6

Browse files
authored
Merge pull request #2093 from wilzbach/latex
Move Latex spec Ddoc file to /spec
2 parents b9dc12f + 3699a0f commit 0c475b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

posix.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,8 +542,8 @@ $W/dlangspec.mobi : \
542542
$G/dlangspec-consolidated.d : $(SPEC_DD) ${STABLE_DMD}
543543
$(STABLE_RDMD) --force $(TOOLS_DIR)/catdoc.d -o$@ $(SPEC_DD)
544544

545-
$G/dlangspec.tex : $G/dlangspec-consolidated.d $(DMD) $(DDOC) latex.ddoc $(NODATETIME)
546-
$(DMD) -conf= -Df$@ $(DDOC) latex.ddoc $(NODATETIME) $<
545+
$G/dlangspec.tex : $G/dlangspec-consolidated.d $(DMD) $(DDOC) spec/latex.ddoc $(NODATETIME)
546+
$(DMD) -conf= -Df$@ $(DDOC) spec/latex.ddoc $(NODATETIME) $<
547547

548548
# Run twice to fix multipage tables and \ref uses
549549
$W/dlangspec.pdf : $G/dlangspec.tex | $W
File renamed without changes.

0 commit comments

Comments
 (0)