Files
eepp/docs/doxyrest/Makefile
Martín Lucas Golini 9c7837bc01 Added more padding to TrueType glyphs.
Updated dr_libs libraries.
URI now uses implicit constructors.
Improved documentation.

--HG--
branch : dev
2020-01-12 22:37:43 -03:00

21 lines
434 B
Makefile

SPHINXOPTS = -j auto -c .
SPHINXBUILD = sphinx-build
SOURCEDIR = ../rst
BUILDDIR = ../html
clean:
rm -rf ../doxygen-html ../html ../xml ../rst && mkdir ../xml
doxygen:
cd ../../ && doxygen Doxyfile
doxyrest: doxygen
doxyrest -c doxyrest-config.lua
sphinx: doxyrest
@$(SPHINXBUILD) -M html "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
.PHONY: clean doxygen doxyrest sphinx
all: clean doxygen doxyrest sphinx