Skip to content

Commit 468b631

Browse files
author
Richard Jones
committed
bogosity
1 parent 6c160ab commit 468b631

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

website/www/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
TMP := _tmp
22
HTML := html
3-
ROUNDUP_SOURCE = ../../roundup
43

54
.PHONY: help clean html linkcheck
65

@@ -13,7 +12,6 @@ clean:
1312
-rm -rf $(TMP)
1413

1514
html:
16-
cp $(ROUNDUP_SOURCE)/doc/*.txt docs/
1715
mkdir -p $(TMP)/doctrees $(HTML)
1816
sphinx-build -b html -d $(TMP)/doctrees . $(HTML)
1917

0 commit comments

Comments
 (0)