Skip to content

Commit 610da03

Browse files
committed
improved the task wording
1 parent 6eec4fb commit 610da03

File tree

3 files changed

+138
-120
lines changed

3 files changed

+138
-120
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ifeq ($(UNAME),Darwin)
1010
endif
1111
BUILD = $(BUILDDIR)/$(PRESET)
1212

13-
default: compile
13+
default: doc
1414

1515
doc:
1616
cd docs; $(MAKE)

docs/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
default: doc
44

5-
doc: P3552-task.pdf
5+
doc: P3552-task.html
6+
cp generated/P3552-task.html generated/D3552-task.html
67

78
wg21/Makefile:
89
git clone https://github.com/mpark/wg21.git

0 commit comments

Comments
 (0)