Bruce Momjian <bruce(at)momjian(dot)us> wrote:
> [...]
> + # single-page text
> + postgres.txt: postgres.html
> + $(LYNX) -force_html -dump -nolist -stdin $< > $@
^^^^^^
> +
> [...]
Isn't that unnecessary/wrong as the filename is supplied on
the command line?
Tim