Skip to content

Commit f05e142

Browse files
makefile tweaks
1 parent 597dcc3 commit f05e142

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

doc/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ all: $(HTML_FILES) $(V3_REDIR_FILES) $(NEXT_REDIR_FILES)
2323

2424
$(IPYNB_DIR)/.mapbox_token: $(MD_DIR)/.mapbox_token
2525
@mkdir -p $(IPYNB_DIR)
26-
cd $(IPYNB_DIR) && ln -s ../../$<
26+
@echo "[symlink] .mapbox_token"
27+
@cd $(IPYNB_DIR) && ln -s ../../$<
2728

2829
$(IPYNB_FILES): $(IPYNB_DIR)/.mapbox_token
2930

3031
$(IPYNB_DIR)/%.ipynb: $(MD_DIR)/%.md
3132
@mkdir -p $(IPYNB_DIR)
3233
@echo "[jupytext] $<"
33-
@cat what_about_dash.md >> $<
34-
@jupytext $< --to notebook --quiet --output $@
34+
@cat $< what_about_dash.md | jupytext --to notebook --quiet --output $@
3535

3636
$(HTML_DIR)/2019-07-03-%.html: $(IPYNB_DIR)/%.ipynb
3737
@mkdir -p $(HTML_DIR)

doc/what_about_dash.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11

2+
23
<!-- #region -->
34
### What About Dash?
45

0 commit comments

Comments
 (0)