Skip to content

Commit

Permalink
Makefile: Add livehtml target
Browse files Browse the repository at this point in the history
  • Loading branch information
rkdarst committed May 20, 2024
1 parent a85aae7 commit 7b10332
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ help:
%: Makefile
$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

# Autobuild with sphinx-autobuild
livehtml:
sphinx-autobuild "$(SOURCEDIR)" "$(BUILDDIR)"/html $(SPHINXOPTS) $(O)

# Make a list of files by last modification date
find-old:
@git ls-files -z | xargs -0 -n1 -I{} -- git --no-pager log -1 --date=format:'%s,%Y-%m-%d' --format='%ad, {}' -- {}
Expand Down

0 comments on commit 7b10332

Please sign in to comment.