# webpage update
RDIR = teuben@apus:/apus1/nemo/local/www/amnh
EXPORT = partiview*html partiview.ps partiview.sgml partiview.txt

help:
	@echo all:  ps html
	@echo export: copy EXPORT to RDIR
	@echo ""
	@echo EXPORT=$(EXPORT)
	@echo RDIR=$(RDIR)

.PHONY:  txt ps html

all:    txt ps html 

txt:
	sgml2txt partiview.sgml

ps:
	sgml2latex partiview.sgml
	dvips partiview -o

html:
	sgml2html partiview.sgml


# merely to update my webpage

export:
	scp -C $(EXPORT) $(RDIR)