Skip to content

Commit

Permalink
ignore and clean files generated by Sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed May 25, 2015
1 parent f60a2a9 commit f75e80c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -3,7 +3,9 @@
blivet*.tar.gz
blivet*.tar.bz2
doc/blivet.devicelibs.rst
doc/blivet.devices.rst
doc/blivet.formats.rst
doc/blivet.tasks.rst
doc/blivet.rst
doc/modules.rst
doc/_build
Expand Down
3 changes: 2 additions & 1 deletion doc/Makefile
Expand Up @@ -8,7 +8,7 @@ SPHINXAPIDOC = sphinx-apidoc
PAPER =
BUILDDIR = _build
SOURCEDIR = ../blivet
MODULE_NAMES = blivet.rst blivet.devicelibs.rst blivet.formats.rst modules.rst
MODULE_NAMES = blivet.rst blivet.devicelibs.rst blivet.devices.rst blivet.formats.rst blivet.tasks.rst modules.rst

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
Expand Down Expand Up @@ -43,6 +43,7 @@ help:

clean:
-rm -rf $(BUILDDIR)/*
-rm -f $(addprefix ./, $(MODULE_NAMES))

apidoc:
-rm $(addprefix ./, $(MODULE_NAMES))
Expand Down

0 comments on commit f75e80c

Please sign in to comment.