# ~jhs/public_html/brexit/Makefile by Julian H. Stacey


FOR_JPG=
# prevent .pdf from .jpg

yy:
	@true

xx:	aa bb rm

aa:
	make PDF_TO_TIFF_FORCE=YES 29_03_17_article50.tiff

bb:
	make 29_03_17_article50.txt_e

rm:
	true
	@# rm 29_03_17_article50.tiff
	rm -f stolen_votes.ps

clean:
	@echo "Avoiding removal of `pwd`/"
	@echo " ascii.html ascii.pdf brexit_stolen_votes.html"
	@echo " brexit_stolen_votes.pdf brexiteer_quarter.jpg "
	@echo " brexiteer_quarter.pdf dlpnpbindaklbkdi.jpg dlpnpbindaklbkdi.pdf"
	@echo " flag_inverted.html index.html stolen_votes.html stolen_votes.pdf"
	@true	# dummy

.include <berklix.mk>
