# http://berklix.com/~jhs/free/talk/sfd/presentations/source

VERSION!=basename `pwd`
all:

# I have prefixed al labels with Z to avoid a recursive descent make locking up a screen.

Zinstall:
	@echo This is ~jhs/public_html/free/talk/presentations/source/1_intro_julian/${VERSION}/Makefile 
	@echo Which symbolic links to ~jhs/free/talk/sfd/presentations/source
	@#
	@echo "Run this MANUALLY on an associated laptop host screen.
	@echo "Directory	/xp is wanted"
	@echo "First lower FVWM panel manager to avoid including in web export"
	@echo "Ensure eg setenv DISPLAY :0"
	@echo "		else it will lock up your other screen while rendering."
Zinstall_manually:
	@echo "WARNING Faraday/ old format is damaged since I"
	@echo "retro expanded from http://berklix.com to http://www.berklix.com"
	mgp -t 20 -G -U  -D../../../export/1_intro_julian/${VERSION} talk.mgp
	rm -f ../../../export/1_intro_julian/${VERSION}/*.txt

Ztest:
	@echo "Lower FVWM panel manager else it may export personal to web."
	@sleep 5
	mgp -t 20 -G -U  -D../../../export/1_intro_julian/${VERSION} talk.mgp
	#	Anti spam: There's no @ in the *.html but is in the *.txt
	rm ../../../export/1_intro_julian/${VERSION}/*.txt	

.include <berklix.mk>		# for a dummy .html rule
