From 09f71131fbadc2e956eda0df250407a63df93b07 Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Sat, 5 Nov 2016 09:18:49 +0100 Subject: Split out documentation into subfolders. https://bugzilla.gnome.org/show_bug.cgi?id=773976 --- Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d72be1b..04c0487 100644 --- a/Makefile +++ b/Makefile @@ -26,18 +26,18 @@ gst_docs_HOTDOC_FLAGS = \ --conf-file hotdoc.json \ $(NULL) -theme.stamp: less/variables.less - +make -C hotdoc_bootstrap_theme LESS_INCLUDE_PATH=$$PWD/less +theme/theme.stamp: theme/less/variables.less + +make -C theme/hotdoc_bootstrap_theme LESS_INCLUDE_PATH=$$PWD/theme/less @rm -rf hotdoc-private* - @touch theme.stamp + @touch theme/theme.stamp clean_theme: - rm -f theme.stamp - +make -C hotdoc_bootstrap_theme clean + rm -f theme/theme.stamp + +make -C theme/hotdoc_bootstrap_theme clean clean: clean_theme -gst_docs_HOTDOC_EXTRA_DEPS = theme.stamp +gst_docs_HOTDOC_EXTRA_DEPS = theme/theme.stamp .PHONY: all install clean -- cgit v1.2.3