comparison doc/interpreter/contrib.txi @ 16791:acd6a21259a9

doc: Use the serial comma in Contributors chapter. * doc/interpreter/contrib.txi: Use the serial comma.
author Rik <rik@octave.org>
date Thu, 20 Jun 2013 19:14:55 -0700
parents af7287d567dc
children b157ba28f123
comparison
equal deleted inserted replaced
16790:d21bf69e49b2 16791:acd6a21259a9
39 The mailing list for Octave development discussion and sending 39 The mailing list for Octave development discussion and sending
40 contributions is @email{maintainers@@octave.org}. This concerns the 40 contributions is @email{maintainers@@octave.org}. This concerns the
41 development of Octave core, i.e., code that goes to Octave directly. 41 development of Octave core, i.e., code that goes to Octave directly.
42 You may consider developing and publishing a package instead; a great 42 You may consider developing and publishing a package instead; a great
43 place for this is the allied Octave-Forge project 43 place for this is the allied Octave-Forge project
44 (@url{http://octave.sourceforge.net}). Note that the Octave project is 44 (@url{http://octave.sourceforge.net}). Note that the Octave core project is
45 inherently more conservative and follows narrower rules. 45 inherently more conservative and follows narrower rules.
46 46
47 @node Building the Development Sources 47 @node Building the Development Sources
48 @section Building the Development Sources 48 @section Building the Development Sources
49 49
362 if possible. 362 if possible.
363 363
364 @node Other Sources 364 @node Other Sources
365 @section Other Sources 365 @section Other Sources
366 Apart from C++ and Octave language (m-files), Octave's sources include 366 Apart from C++ and Octave language (m-files), Octave's sources include
367 files written in C, Fortran, M4, Perl, Unix shell, AWK, Texinfo and 367 files written in C, Fortran, M4, Perl, Unix shell, AWK, Texinfo, and
368 @TeX{}. There are not many rules to follow when using these other 368 @TeX{}. There are not many rules to follow when using these other
369 languages; some of them are summarized below. In any case, the golden 369 languages; some of them are summarized below. In any case, the golden
370 rule is: if you modify a source file, try to follow any conventions you 370 rule is: if you modify a source file, try to follow any conventions you
371 can detect in the file or other similar files. 371 can detect in the file or other similar files.
372 372