Skip to content

Commit 3a48587

Browse files
committed
updating Makefile
1 parent 0a5a2c3 commit 3a48587

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,8 @@ build:
1717

1818
## examples: build example documentation in ./tmp
1919
examples:
20-
@rm -rf tmp
2120
@mkdir -p tmp
22-
${RUN} bin/example_pages.py --indir _posts/plotly_js --outdir tmp/javascript --jsversion 3.2.1 --verbose 1
21+
${RUN} bin/example_pages.py --indir _posts/plotly_js --outdir tmp/javascript --jsversion 3.2.1
2322

2423
## format: reformat Python code
2524
format:
@@ -31,7 +30,6 @@ lint:
3130

3231
## reference: build reference documentation in ./tmp
3332
reference:
34-
@rm -rf tmp
3533
@mkdir -p tmp
3634
${RUN} bin/reference_pages.py --schema ${SCHEMA_SRC} --outdir tmp/reference _posts/reference_pages/javascript/*.html
3735

0 commit comments

Comments
 (0)