From 0f79732002b624854a5b782354dcb5df7404fc80 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 17 Feb 2015 18:06:29 -0600 Subject: Removing cruft from the makefile --- Makefile.in | 31 +------------------------------ 1 file changed, 1 insertion(+), 30 deletions(-) (limited to 'Makefile.in') 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 -- cgit v1.2.3