Skip to content

Commit 6dbd608

Browse files
authored
Merge pull request #2243 from wilzbach/html-verbatim
Add a html-verbatim target analogous to html
2 parents 9da9c6a + 1683090 commit 6dbd608

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

posix.mak

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,9 @@ docs : docs-latest docs-prerelease
406406

407407
html : $(ALL_FILES)
408408

409-
verbatim : $(addprefix $W/, $(addsuffix .verbatim,$(PAGES_ROOT))) phobos-prerelease-verbatim
409+
html-verbatim: $(addprefix $W/, $(addsuffix .verbatim,$(PAGES_ROOT)))
410+
411+
verbatim : html-verbatim phobos-prerelease-verbatim
410412

411413
kindle : $W/dlangspec.mobi
412414

0 commit comments

Comments
 (0)