Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
khalid
radsex
Commits
532cce3e
Commit
532cce3e
authored
Mar 02, 2020
by
Romain Feron
Browse files
Added doc makefile
parent
6d0d5c93
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
532cce3e
...
...
@@ -23,7 +23,6 @@ tags
.DS_Store
.directory
*.debug
Makefile*
*.prl
*.app
moc_*.cpp
...
...
@@ -78,5 +77,6 @@ build/
*.pro.user
/include/*/*.o
/include/*/*.a
*/_build/*
*html/*
*_build/*
callgrind*
docs/sphinx/Makefile
0 → 100644
View file @
532cce3e
# Minimal makefile for Sphinx documentation
#
# You can set these variables from the command line.
SPHINXOPTS
=
SPHINXBUILD
=
sphinx-build
SOURCEDIR
=
.
BUILDDIR
=
_build
# Put it first so that "make" without argument is like "make help".
help
:
@
$(SPHINXBUILD)
-M
help
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
.PHONY
:
help Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).
%
:
Makefile
@
$(SPHINXBUILD)
-M
$@
"
$(SOURCEDIR)
"
"
$(BUILDDIR)
"
$(SPHINXOPTS)
$(O)
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment