diff options
author | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-01-25 22:43:33 +0100 |
---|---|---|
committer | Elrond <elrond+mediagoblin.org@samba-tng.org> | 2013-03-12 18:16:16 +0100 |
commit | e72c30e0e562f699676c7df9349d5ad2663c8ec1 (patch) | |
tree | 328345f26f5415b7a20990783e81e842a9abe59b /api-docs/Makefile | |
parent | 80550e22c31a61118f77412234bd9e49b23483cc (diff) | |
download | mediagoblin-e72c30e0e562f699676c7df9349d5ad2663c8ec1.tar.lz mediagoblin-e72c30e0e562f699676c7df9349d5ad2663c8ec1.tar.xz mediagoblin-e72c30e0e562f699676c7df9349d5ad2663c8ec1.zip |
Only create api docs for mediagoblin/
Diffstat (limited to 'api-docs/Makefile')
-rw-r--r-- | api-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-docs/Makefile b/api-docs/Makefile index 0f667642..9ed77c61 100644 --- a/api-docs/Makefile +++ b/api-docs/Makefile @@ -8,7 +8,7 @@ SPHINXAPIDOC = sphinx-apidoc PAPER = BUILDDIR = build SOURCEDIR = source -MEDIAGOBLIN_SOURCEDIR = ../ +MEDIAGOBLIN_SOURCEDIR = ../mediagoblin # Internal variables. PAPEROPT_a4 = -D latex_paper_size=a4 |