Re: Help with make syntax

2012-09-01 Thread Benkő Pál
> info: $(INFO_FILES) > @echo export LILYPOND_DATADIR=$(LILYPOND_DATADIR) > @echo export PYTHONPATH=$(PYTHONPATH) > > which sends stuff to the terminal during a make doc run. I've read the make > manual but still can't decide whether this actually does anything, or merely > echoes information to t

Help with make syntax

2012-09-01 Thread Phil Holmes
Documentation: GNUmakefile has the following: info: $(INFO_FILES) @echo export LILYPOND_DATADIR=$(LILYPOND_DATADIR) @echo export PYTHONPATH=$(PYTHONPATH) which sends stuff to the terminal during a make doc run. I've read the make manual but still can't decide whether this actually does anythin