# ~/public_html/gifs/Makefile # The berklix*.eps files are not used to display in normal web pages, # they were just there so eg Graham can anti alias the arrow. # They are generated by xfig in ~/job/inc/ SUBDIR += card .if !target(clean) # Do not clean gifs/qr/berklix_com.jpg used by http://www.berklix.com/ SUBDIR += qr .endif clean: @echo "JJLATER remove this bodge installed 2017-08-11" @# but first copy dir, run a clean, run a check links, @# see if anything inadvertently stripped by berklix2.mk macros to_invert: @echo flag_de_uk.gif \ flag_uk_de.gif flag_uk_de_icon.gif flag_uk_de_icon_v.gif @# Inverted versions of these have not yet been produced. all: true pdf tif: # avoid building pdf & tif from .jpg @true fetch: @echo "Fetching graphics for ${STUFF} from ~jhs/job/inc/" cd ~jhs/job/inc/ && make install Test.html: Makefile *.gif */*.gif */*/*.gif echo -n "" > ${.CURDIR}/$@ echo "$@ generated by Makefile `date`
" >> ${.CURDIR}/$@ echo -n "To allow easy spotting if some .gif " >> ${.CURDIR}/$@ echo "are not transparent background." >> ${.CURDIR}/$@ echo "" >> ${.CURDIR}/$@ for i in `find . -type f -name \*.gif | sort ` ; \ do \ echo -n "" >> ${.CURDIR}/$@;\ echo -n "" >> ${.CURDIR}/$@;\ done echo "
$$i
" >> ${.CURDIR}/$@;\ echo -n "dummy
$$i
" >> ${.CURDIR}/$@;\ echo "dummy
" >> ${.CURDIR}/$@ .include