diff options
author | Mathieu Duponchelle <mathieu.duponchelle@opencreed.com> | 2016-11-05 09:18:49 +0100 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-11-14 14:10:22 +0000 |
commit | 09f71131fbadc2e956eda0df250407a63df93b07 (patch) | |
tree | 3d3d139f692426ccd01163bcb053953a86ab83ff /Makefile | |
parent | 870a116ccbb4b757f3cf44844264832fd9ab64eb (diff) |
Split out documentation into subfolders.
https://bugzilla.gnome.org/show_bug.cgi?id=773976
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |