summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-01-13 20:33:06 +0100
committerMichał Górny <mgorny@gentoo.org>2020-01-13 20:33:06 +0100
commit8120b86795a077d97b8920412500392d161d8b10 (patch)
tree0062b6f6dec64b8001d4e8720342c33312da3125 /Makefile
parentSeparate /usr (diff)
downloadpolicy-guide-8120b86795a077d97b8920412500392d161d8b10.tar.gz
policy-guide-8120b86795a077d97b8920412500392d161d8b10.tar.bz2
policy-guide-8120b86795a077d97b8920412500392d161d8b10.zip
Clean builds up
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 1c9d813..5168496 100644
--- a/Makefile
+++ b/Makefile
@@ -8,10 +8,9 @@ SPHINXPROJ = GentooPolicyGuide
SOURCEDIR = .
BUILDDIR = _build
-html:
- @$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)
+all: html
-.PHONY: html Makefile
+.PHONY: all Makefile
# Catch-all target: route all unknown targets to Sphinx using the new
# "make mode" option. $(O) is meant as a shortcut for $(SPHINXOPTS).