Skip to content

Commit 3773635

Browse files
dkorpeldlang-bot
authored andcommitted
Remove SAMPLESRC macro
1 parent a453ed8 commit 3773635

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

book/dlang.org.ddoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ $1
403403
RUNNABLE_EXAMPLE_STDIN=<code class="runnable-examples-stdin">$0</code>
404404
RUNNABLE_EXAMPLE_ARGS=<code class="runnable-examples-args">$0</code>
405405

406-
SAMPLESRC=$(SPANC sample_src, $(AHTTPS github.com/dlang/dmd/blob/master/compiler/samples/$0, /dmd/compiler/samples/$0))
407406
SCINI=$(TC pre, scini notranslate, $0)
408407
SCRIPTLOAD=<script type="text/javascript" src="$1"$+></script>
409408
SEARCHDEFAULT_PHOBOS=

dlang.org.ddoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,6 @@ _=These go inside a RUNNABLE_EXAMPLE macro invocation before the first `---`
416416
RUNNABLE_EXAMPLE_STDIN=<code class="runnable-examples-stdin">$0</code>
417417
RUNNABLE_EXAMPLE_ARGS=<code class="runnable-examples-args">$0</code>
418418

419-
SAMPLESRC=$(SPANC sample_src, $(AHTTPS github.com/dlang/dmd/blob/master/compiler/samples/$0, /dmd/compiler/samples/$0))
420419
SCINI=$(TC pre, scini notranslate, $0)
421420
SCRIPTLOAD=<script type="text/javascript" src="$1"$+></script>
422421
SEARCHDEFAULT_PHOBOS=

std_consolidated.ddoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ BUGZILLA = $(LINK2 https://issues.dlang.org/show_bug.cgi?id=$0, Bugzilla $0)
6060
PRE = <pre>$0</pre>
6161
PHOBOSSRC=$(LINK2 https://github.com/dlang/phobos/blob/master/$0, $0)
6262
DRUNTIMESRC=$(LINK2 https://github.com/dlang/druntime/blob/master/src/$0, $0)
63-
SAMPLESRC=$(LINK2 https://github.com/dlang/dmd/blob/master/compiler/samples/$0, /dmd/compiler/samples/$0)
6463
_=
6564

6665
BOOKTABLE = <center><table cellspacing="0" cellpadding="5" class="book"><caption>$1</caption>$2</table></center>

0 commit comments

Comments
 (0)