mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Small changes to ReleaseNotes format
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
43fc5b6f9e
commit
789a7ac027
2 changed files with 12 additions and 9 deletions
|
|
@ -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::
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue