Skip to content

Commit 87630d1

Browse files
committed
Add a Makefile command for ghp-import.
1 parent 70aea8e commit 87630d1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ BUILDDIR = _build
1212
help:
1313
@$(SPHINXBUILD) -M help "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
1414

15+
import:
16+
ghp-import -n -c flask-babel.tkte.ch "$(BUILDDIR)/html"
17+
1518
.PHONY: help Makefile
1619

1720
# Catch-all target: route all unknown targets to Sphinx using the new

0 commit comments

Comments
 (0)