summaryrefslogtreecommitdiff
path: root/doc/Makefile
blob: 1a697be0d7723d0e35da924f6f68f689ed52016a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

web = pgf:/home/pgfoundry.org/groups/plproxy/htdocs/

ASCIIDOC = asciidoc

HTML = config.html syntax.html todo.html tutorial.html faq.html

all:

html: $(HTML)

clean:
	rm -f *.html

web: $(HTML)
	rsync -avz $(HTML) $(web)/doc/

%.html: %.txt
	$(ASCIIDOC) -a toc $<