Skip to content

Commit

Permalink
fix doc Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
newville committed Jan 19, 2025
1 parent 45bb475 commit 5840a7f
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@
# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
<<<<<<< Updated upstream
=======
PAPER = letter
>>>>>>> Stashed changes
BUILDDIR = _build

# Internal variables.
Expand All @@ -29,14 +26,9 @@ html:
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html."

tarball: all
<<<<<<< Updated upstream
cd $(BUILDDIR)/html && tar cvzf ../../../_doc.tgz *
cd ../../
@echo
=======
cd $(BUILDDIR)/html && tar cvzf ../../../_doc.tgz * & cd ../../
>>>>>>> Stashed changes


pdf: latex
cd $(BUILDDIR)/latex && make all-pdf
Expand Down

0 comments on commit 5840a7f

Please sign in to comment.