FILENAME = index

all: html pdf

html:
	htlatex $(FILENAME) "config_html,2"

pdf:
	pdflatex $(FILENAME) "config_pdf"
