From 252bb05685430cb6560685b2a7b7f80aec200903 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 7 Apr 2017 15:01:16 +0000 Subject: [PATCH] Makefile: Add subdirs htdocs and tmpl Signed-off-by: Jan Lindemann --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40c8dbcf..3e13841d 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TOPDIR = . -SUBDIRS = make scripts bin texdoc +SUBDIRS = make scripts bin htdocs texdoc tmpl RPM_UPLOAD_URLPREFIX ?= rsync_ssh://$(JANWARE_USER)@ftp.janware.com:/srv/ftp/pub/packages/jw-foss/$(RPM_UPLOAD_OS_NAME)/$(RPM_UPLOAD_OS_VERSION) include $(TOPDIR)/make/proj.mk