Tim Landscheidt wrote: > Bruce Momjian <[email protected]> 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?
Ah, good catch. I wasn't able to test that because my lynx version doesn't support -stdin. Thanks, and updated. -- Bruce Momjian <[email protected]> http://momjian.us EnterpriseDB http://enterprisedb.com + None of us is going to be here forever. + -- Sent via pgsql-general mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general
