# Makefile for technotes directory

CTI = ../../../gnue-common/utils/create-technote-index.py

index.html: [0-9]*.txt
	test -f $(CTI) && python $(CTI)

clean:
	rm -f index.html index.txt
