summaryrefslogtreecommitdiff
path: root/Makefile
blob: b0c14d27d6276b069405a5422887ac3f6e1d8426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
SRC = $(wildcard *.asciidoc)

HTML = $(SRC:.asciidoc=.html)
PDF = $(SRC:.asciidoc=.pdf)

all: $(HTML) $(PDF)

%.html: %.asciidoc $(wildcard *.asciidoci)
	asciidoc $<

%.pdf: %.asciidoc $(wildcard *.asciidoci)
	a2x $< -L