public inbox for ~johnnyrichard/olang-devel@lists.sr.ht
 help / color / mirror / code / Atom feed
2bafbe6f4438d635e4129a83566c222b9a467fb2 blob 327 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
 
MAKEINFO=makeinfo

HTML_HEADER=$(shell cat _header.html)

all: html

html: olang.texi introduction.texi installation.texi getting-started.texi contribution-guide.texi
	$(MAKEINFO) --set-customization-variable AFTER_BODY_OPEN="$(HTML_HEADER)" --css-include=style.css -o html --html olang.texi

.PHONY: clean
clean:
	rm -rf html
debug log:

solving 2bafbe6 ...
found 2bafbe6 in https://git.johnnyrichard.com/olang.git

Code repositories for project(s) associated with this public inbox

	https://git.johnnyrichard.com/olang.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox