Re: Do not build PDFs from the website Texinfo sources (issue 363930043 by john.mander...@gmail.com)

2019-02-28 Thread John Mandereau
Le dim. 24 févr. 2019 à 23:09, John Mandereau a écrit : > > What about "TEXINFO_MANUALS_WITHOUT_WEB"? > > To make the contest a little bit more interesting, what about the > following ones? > > NON_WEBSITE_TEXINFO_MANUALS > TEXINFO_MANUALS_WITHOUT_WEBSITE > I uploaded a new patchset using

Re: Do not build PDFs from the website Texinfo sources (issue 363930043 by john.mander...@gmail.com)

2019-02-24 Thread John Mandereau
Le dimanche 24 février 2019 à 21:04 +0100, John Mandereau a écrit : > Werner LEMBERG wrote: > > https://codereview.appspot.com/363930043/diff/1/Documentation/GNUma > > ke > > file#newcode54 > > Documentation/GNUmakefile:54: TEXINFO_MANUALS_BUT_WEB > > = $(filter-out > > web,$(TEXINFO_MANUALS)) > >

Re: Do not build PDFs from the website Texinfo sources (issue 363930043 by john.mander...@gmail.com)

2019-02-24 Thread lemzwerg
What about "TEXINFO_MANUALS_WITHOUT_WEB"? IMHO this is much better. https://codereview.appspot.com/363930043/ ___ lilypond-devel mailing list lilypond-devel@gnu.org https://lists.gnu.org/mailman/listinfo/lilypond-devel

Re: Do not build PDFs from the website Texinfo sources (issue 363930043 by john.mander...@gmail.com)

2019-02-24 Thread John Mandereau
Werner LEMBERG wrote: > https://codereview.appspot.com/363930043/diff/1/Documentation/GNUmake > file#newcode54 > Documentation/GNUmakefile:54: TEXINFO_MANUALS_BUT_WEB > = $(filter-out > web,$(TEXINFO_MANUALS)) > LGTM except this variable name.  Could you invent a different one? What about

Do not build PDFs from the website Texinfo sources (issue 363930043 by john.mander...@gmail.com)

2019-02-21 Thread lemzwerg
https://codereview.appspot.com/363930043/diff/1/Documentation/GNUmakefile File Documentation/GNUmakefile (right): https://codereview.appspot.com/363930043/diff/1/Documentation/GNUmakefile#newcode54 Documentation/GNUmakefile:54: TEXINFO_MANUALS_BUT_WEB = $(filter-out web,$(TEXINFO_MANUALS))