| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
| |
Regtests about small or easy to overlook changes
should use bigger staff size.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
Phil Holmes wrote a nice web app that allows people to
review regtests, one at a time. We can ask users for
help and thus painlessly do a full regtest check.
This commit contains brief instructions how to use the app.
|
| |
|
|
|
|
|
|
|
| |
This is for Tracker 1905
Added sentence to add --disable-optimising for ./autogen.sh or ../configure
when doing regression testing
|
|
|
|
|
|
| |
looks like it is necessary to make test-clean
if you want to check regtests on a new branch
without making test-baseline
|
|
|
|
|
|
|
|
|
|
| |
Caused by 'too long' lines in tely/texi files.
Using a variety of methods to break lines that are not normally broken
use @smallexample or ' \ ' in the case of long CLI syntax
Tracker issue 1691
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
For now, remove all @/ sequences from @file references.
New line-breaks will be introduced later with an automatic
rulein order to make the syntax more consistent.
|
|
|
|
|
| |
This duplicates the later warning, but we need it at that point
for Bug Squad people.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
The info I removed is covered in the Issues chapter, anyway.
|
| |
|
|
|
|
|
| |
Make CG8 the home source for all Regression test information,
with links from Programming work, Compiling, and INSTALL.txt.
|
|
|
|
| |
Also edited an @ref{}
|
| |
|
|
|
|
|
|
| |
This is clearly not ideal, but at least it's slightly
better than having empty sections. Hopefully someone
else will add more accurate/helpful information later.
|
| |
|
|
|
|
|
| |
This commit updates the first, basic section about
regtest compilation. It may need to be completed.
|
| |
|
| |
|
|
* rename manuals by stripping "lilypond-" prefix from all source file names
and HTML and PDF output (it is kept in Info output, where it is necessary),
* move manuals in Documentation/user one directory higher, in addition
rename lilypond-program to application, and put .itely files in
subdirectories,
* move Documentation/topdocs/NEWS.tely to Documentation,
* move Documentation/devel/contrib-guide.texi to
Documentation/contributor.texi,
* move input/lsr/lilypond-snippets.tely to Documentation/, move the
rest input/lsr to Documentation/snippets,
* move input/new to Documentation/snippets/new,
* move input/texidocs contents to
Documentation/<language_codes>/texidocs, splitting texidocs by
language,
* do the same changes in all translations when applicable,
* move Documentation/devel/index.html.in back to Documentation/deve.html.in.
'make all', 'make doc' and 'make dist' have been tested, although tons
of broken HTML and PDF links and Info cross-references are expected.
Maintenance makefiles (Documentation/GNUmakefile) and scripts
(scripts/auxiliar) are known to be broken, they will be updated in a
future commit.
TODO: Documentation/GNUmakefile is still a bit of a mess.
|