10000 Merge pull request #1055 from fedorenchik/fedorenchik-latexpdfja · realpython/python-guide@0687321 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0687321

Browse files
authored
Merge pull request #1055 from fedorenchik/fedorenchik-latexpdfja
Add missing .PHONY target latexpdfja
2 parents 9d88b5e + a43f914 commit 0687321

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ALLSPHINXOPTS = -d $(BUILDDIR)/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
1919
# the i18n builder cannot share the environment and doctrees with the others
2020
I18NSPHINXOPTS = $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
2121

22-
4ED0 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest gettext
22+
.PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf latexpdfja text man changes linkcheck doctest gettext
2323

2424
help:
2525
@echo "Please use \`make <target>' where <target> is one of"

0 commit comments

Comments
 (0)
0