include ../rst.mk

all: index.html thothlink_usermanual.pdf

index.html: thothlink_usermanual.html
	ln -s thothlink_usermanual.html index.html

clean:
	rm -rf *.html *.pdf
