bug#48188: closed (Re: bug#48188: Manual: Multiple outputs)

2021-11-04 Thread GNU bug Tracking System
Your bug report #48188: Manual: Multiple outputs which was filed against the automake package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 48...@debbugs.gnu.org. -- 48188: http://debbugs.gnu.org/cgi/bugreport

bug#48188: Manual: Multiple outputs

2021-11-04 Thread Karl Berry
Getting back to this automake doc report from May ... > > https://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html ) ... fh> > More importantly (at least to me), the final paragraph of the page fh> > should really be first. I agree. Moved. ps> This exam

bug#48188: Manual: Multiple outputs

2021-05-08 Thread Karl Berry
fh> > One intermediate solution that's said to work except with phony > > dependencies doesn't actually seem to work: > > > > % cat Makefile > > all: data.c data.h > > data.c data.h: data.foo > > touch data.c data.h > > data.h: data.c > > > > % rm -

bug#48188: Manual: Multiple outputs

2021-05-03 Thread Frank Heckenbach
I had accidentally posted to bug-m...@gnu.org first, but this belongs to bug-automake@gnu.org. Paul Smith wrote: > On Mon, 2021-05-03 at 12:55 +0200, Frank Heckenbach wrote: > > The manual ( > > https://www.gnu.org/software/automake/manual/html_node/Multiple-Outputs.html > > ) > > describes var