A working Makefile is
#toggle images in DontGet
i:jidanni_images
n:jidanni_noimages
jidanni_images jidanni_noimages:wwwoffle.conf
        umask 27 && m4 --define=$@ $?.m4|sed '/^$$/d;/^#/d'>$?
        wwwoffle -config
And the m4 part of wwwoffle.conf.m4 looks like
DontGet
{
ifdef(`jidanni_noimages',`
*://*/*.jpg
*://*/*.gif
')
}
To toggle, one does
$ make i # or just make. And
$ make n

Reply via email to