mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-07 11:34:11 +01:00
Use a common asciidoc.conf file for all configs.
This commit is contained in:
@@ -58,9 +58,9 @@ heading:Version{nbsp}information[version-information]' \
|
||||
-e '/^[0-9]/d' \
|
||||
-e '/^ \+\* version /s/.*version \+\([0-9.]\+\).*/section:Version{nbsp}\1[version-\1]\
|
||||
/' ../../NEWS | \
|
||||
${ASCIIDOC} -f asciidoc.conf -a doctitle=version.html -o version.html -
|
||||
${ASCIIDOC} -f $(BASE)/asciidoc.conf -a doctitle=version.html -o version.html -
|
||||
|
||||
$(FILES): %.html: %.txt $(BASE)/Makefile.doc $(DEPS)
|
||||
@echo "DOC locale/$(LOCALE)/$@"
|
||||
$(ASCIIDOC) --unsafe -a linkcss -a quirks! -a lang=$(DOCLANG) -a doctitle="$$(basename $@)" -o $@ $<
|
||||
$(ASCIIDOC) -f $(BASE)/asciidoc.conf -a configname=$(NAME) --unsafe -a linkcss -a quirks! -a lang=$(DOCLANG) -a doctitle="$$(basename $@)" -o $@ $<
|
||||
|
||||
|
||||
Reference in New Issue
Block a user