all:	document.txt

document.pdf:
	fetch http://committees.parliament.uk/publications/40412/documents/197199/default/
	ls -l $@	# 1,947,908 bytes

# document.tiff: 
# 	make PDF_TO_TIFF_FORCE="YES"  document.tiff
#	@echo "Size Warning: will be 1.7 Gigabyte"
#	ls -l document.tiff

# document.txt:
# 	cd ${.CURDIR} ; make  document.txt
#	@echo "You may want to remove large document.tiff"
#	298,672 byts

.include <berklix.mk>
# http://berklix.com/~jhs/src/bsd/fixes/FreeBSD/src/jhs/share/mk/berklix2.mk
