summaryrefslogtreecommitdiffstats
path: root/ReleaseNotes/Makefile
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-07 15:05:13 -0800
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-12-07 15:15:37 -0800
commit789a7ac027b4cbede6cc300d9bdb613109caf09c (patch)
tree34be7cdbe86578e4662b541a165988d1ca64da1c /ReleaseNotes/Makefile
parent43fc5b6f9e5950bf834575154c3e744fcba54d5d (diff)
downloadsubsurface-789a7ac027b4cbede6cc300d9bdb613109caf09c.tar.gz
Small changes to ReleaseNotes format
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'ReleaseNotes/Makefile')
-rw-r--r--ReleaseNotes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseNotes/Makefile b/ReleaseNotes/Makefile
index bba376022..0e5f477bd 100644
--- a/ReleaseNotes/Makefile
+++ b/ReleaseNotes/Makefile
@@ -31,7 +31,7 @@ $(OUT)%.pdf: %.txt
$(OUT)%.html: %.txt
@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) \
+ $(ASCIIDOC) -a themedir=$(PWD) -a theme=$(THEME) -a stylesdir=$(PWD) \
-o $@ $< || cp $(<:%.txt=%.html.git) $@
# Alternatively::