Skip to content

Commit

Permalink
Echo $pwd right after configuring
Browse files Browse the repository at this point in the history
  • Loading branch information
tarek-y-ismail committed Oct 2, 2024
1 parent 4dab589 commit c2b882d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/sphinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ run: install

# Doesn't depend on $(BUILDDIR) to rebuild properly at every run.
html: install configure
. $(VENV); cd ../../.build_doc/doc/sphinx; $(SPHINXBUILD) -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" -w $(SPHINXDIR)/warnings.txt $(SPHINXOPTS)
@. $(VENV); echo $(shell pwd); cd ../../.build_doc/doc/sphinx; $(SPHINXBUILD) -b dirhtml "$(SOURCEDIR)" "$(BUILDDIR)" -w $(SPHINXDIR)/warnings.txt $(SPHINXOPTS)

epub: install
. $(VENV); $(SPHINXBUILD) -b epub "$(SOURCEDIR)" "$(BUILDDIR)" -w $(SPHINXDIR)/warnings.txt $(SPHINXOPTS)
Expand Down

0 comments on commit c2b882d

Please sign in to comment.