index.htm: test.pp
	pp2html --style_dir ./pp2html_styles/ --style big_blue $<

SOURCES = Makefile test.pp gvim_64x64.png karawane-50.gif upload.sh
SRC = PP-Lecture-Source

$(SRC).tar.gz: $(SOURCES)
	mkdir $(SRC)
	cp $(SOURCES) $(SRC)
	cp -R pp2html_styles $(SRC)
	tar -czvf $@ $(SRC)
	rm -fr $(SRC)
	
