docs: integrate spec tex files
"make html" makes spec pdf files as well. Change-Id: I0535ae97d924c15efed948dadb135210ad18f956
This commit is contained in:
committed by
Masamichi Takagi
parent
422a399f20
commit
4d1d53b335
@ -26,4 +26,6 @@ ja:
|
||||
echo ".. figure:: docs/mckernel-logo.png" > ../README.rst; echo >> ../README.rst
|
||||
cat summary.rst >> ../README.rst; echo >> ../README.rst
|
||||
cat doc.rst >> ../README.rst
|
||||
[[ $@ == clean ]] && specopt=clean; make -C spec/ihk $$specopt
|
||||
[[ $@ == clean ]] && specopt=clean; make -C spec/mckernel $$specopt
|
||||
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
|
||||
|
||||
Reference in New Issue
Block a user