aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2015-02-17 18:06:29 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2015-02-17 18:06:29 -0600
commit0f79732002b624854a5b782354dcb5df7404fc80 (patch)
tree1de00a1bfd415616ef6d8fe0c916eb7bf0c8a9b9 /Makefile.in
parent09e2db3089135a43d17ff1f249c3376bf31fa1ba (diff)
downloadmediagoblin-0f79732002b624854a5b782354dcb5df7404fc80.tar.lz
mediagoblin-0f79732002b624854a5b782354dcb5df7404fc80.tar.xz
mediagoblin-0f79732002b624854a5b782354dcb5df7404fc80.zip
Removing cruft from the makefile
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in31
1 files changed, 1 insertions, 30 deletions
diff --git a/Makefile.in b/Makefile.in
index e8cff716..0a20161b 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -221,33 +221,4 @@ endif
install-html: html installdirs
$(INSTALL_DATA) docs/build/html/* $(DESTDIR)$(htmldir)
-html: docs/build/html/index.html
-
-docs/build/html/index.html: $(wildcard $(srcdir)/docs/source/*)
-ifneq ($(SPHINXBUILD),no)
- $(MAKE) -C docs html SPHINXBUILD=$(SPHINXBUILD)
-endif
-
-
-install-pdf: pdf installdirs
- $(INSTALL_DATA) docs/build/latex/mediagoblin.pdf $(DESTDIR)$(pdfdir)
-
-pdf: docs/build/latex/mediagoblin.pdf
-
-docs/build/latex/mediagoblin.pdf: $(wildcard $(srcdir)/docs/source/*)
-ifneq ($(SPHINXBUILD),no)
- $(MAKE) -C docs latexpdf SPHINXBUILD=$(SPHINXBUILD)
-endif
-
-
-# Targets that don't seem supported?
-
-install-dvi:
-
-dvi:
-
-install-ps:
-
-ps:
-
-
+html: docs