summaryrefslogblamecommitdiffstats
path: root/doc/Makefile
blob: 6d0df59c629b2adc374203e697706ceb886de248 (plain) (tree)
1
2
3
4
5
6
7
8
9








                     
                         
                             
SHELL=/bin/bash

DOCS=tracing.html

all: ${DOCS}

clean:
	rm -f ${DOCS}

%.html: %.txt gen_html.sh
	./gen_html.sh $< > $@