From 1de6cdb0e015519e6754f524099c85c42dbd07a8 Mon Sep 17 00:00:00 2001 From: Harvey Bastidas Date: Tue, 21 Apr 2020 22:50:29 -0500 Subject: [PATCH] Update Makefile --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 80bfb35..7654672 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -9,7 +9,7 @@ BUILDDIR = ./ AUTODOCDIR = api AUTODOCBUILD = sphinx-apidoc PROJECT = preprocessor -MODULEDIR = ../src/data_trimmer +MODULEDIR = ../preprocessor # User-friendly check for sphinx-build ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $?), 1)