Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
47a35fd3
Commit
47a35fd3
authored
Nov 07, 2014
by
Moritz Lipp
Browse files
Fix typo in doc/makefile
parent
ef596141
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/Makefile
View file @
47a35fd3
...
...
@@ -7,7 +7,7 @@ include config.mk
MAN_SOURCES
=
$(
wildcard
man/
*
.rst
)
$(
wildcard
man/
*
.txt
)
man/conf.py
DOXYGEN_SOURCES
=
$(
wildcard
../
*
.h
)
Doxyfile
HTML_SO
R
UCES
=
$(
wildcard
*
.rst api/
*
.rst configuration/
*
.rst installation/
*
.rst usage/
*
.rst
)
conf.py
HTML_SOU
R
CES
=
$(
wildcard
*
.rst api/
*
.rst configuration/
*
.rst installation/
*
.rst usage/
*
.rst
)
conf.py
SPHINX_OPTS
+=
-d
$(SPHINX_BUILDDIR)
/doctrees
...
...
doc/usage/index.rst
View file @
47a35fd3
.. zathura documentation master file, created by
sphinx-quickstart on Tue Apr 8 18:33:05 2014.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to zathura's documentation!
===================================
Usage
======
.. toctree::
:maxdepth: 2
:numbered:
installation/index
usage/index
configuration/index
api/index
faq
.. toctree::
:hidden:
man/zathura.1
man/zathurarc.5
commands
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