From feff22c2228d56cd75594e1a20d9a2181f9f9a6b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Sun, 25 May 2014 14:16:43 -0300 Subject: Planner: Re-enable using the new profile. This correctly enables the planner on the new profile, but it doesn't triggers the correct paint on the canvas. [Dirk Hohndel: remove other remnants of the disabled planner as well] Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- Documentation/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'Documentation/Makefile') diff --git a/Documentation/Makefile b/Documentation/Makefile index 611bd2fb0..204aeb8e8 100644 --- a/Documentation/Makefile +++ b/Documentation/Makefile @@ -15,10 +15,6 @@ A2X = a2x BROWSER = firefox THEME = compact_subsurface PWD = $(realpath .) -ENABLE_PLANNER := 0 -ifeq ($(ENABLE_PLANNER), 1) -ENABLE_PLANNER_ATTR=-a ENABLE_PLANNER=$(ENABLE_PLANNER) -endif all: doc $(addprefix $(DOCNAME).,pdf text) @@ -33,11 +29,11 @@ $(OUT)$(DOCNAME).pdf: $(DOCSOURCE) $(OUT)$(HTMLDOC): $(DOCSOURCE) @echo "if asciidoc isn't found the html file included in the sources is copied" $(ASCIIDOC) -a toc -a toclevels=3 -a themedir=$(PWD) -a theme=$(THEME) -a stylesdir=$(PWD) \ - $(ENABLE_PLANNER_ATTR) -o $(OUT)$(HTMLDOC) $< || cp $(HTMLDOC).git $(OUT)$(HTMLDOC) + -o $(OUT)$(HTMLDOC) $< || cp $(HTMLDOC).git $(OUT)$(HTMLDOC) # Alternatively:: $(OUT)$(DOCNAME).xhtml: $(DOCSOURCE) - $(A2X) $(ENABLE_PLANNER_ATTR) --icons -f xhtml $< + $(A2X) --icons -f xhtml $< show: $(HTMLDOC) $(BROWSER) $< -- cgit v1.2.3-70-g09d2