
.PHONY: links
links:
	./make-links.sh

.PHONY: 2web
2web:
	lshtml > index.html
	cp -auv index.html ~/public_html/pari/
	cp -auv makefile ~/public_html/pari/
	cp -auv 00README.txt ~/public_html/pari/
	cp -auv *.gpi ~/public_html/pari/


#############################
