Skip to content

Commit 8171143

Browse files
committed
remove unneeded line
1 parent 1a1864f commit 8171143

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ lite: $(LITE_CONFIG)
177177
@/bin/rm -rf "$(STAGE_DIR)"; mkdir -p "$(STAGE_DIR)"
178178
@if ls docs/*.ipynb 1> /dev/null 2>&1; then \
179179
/bin/cp docs/*.ipynb "$(STAGE_DIR)"; \
180-
/bin/rm $(STAGE_DIR)/x_*.ipynb; \
181180
mkdir -p "$(STAGE_DIR)/examples"; \
182181
/bin/cp $(PACKAGE)/examples/*.py "$(STAGE_DIR)/examples"; \
183182
if ls docs/data/*.npy 1> /dev/null 2>&1; then \

0 commit comments

Comments
 (0)