summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
* Small fix to HEADERS_AND_FOOTERS; doc update.PTPi2013-06-073-3/+33
|
* Added missing $AUTHOR string definition.PTPi2013-05-152-0/+7
|
* Restructure glilypond-files, add debug code.bwarken2013-05-137-154/+5246
| | | | Rewrite text lines in runoff.man.
* New project `contrib/RUNOFF'.bwarken2013-05-064-0/+7075
| | | | Correction in `src/roff/groff/Makefile.sub'.
* Makefile.in, m4/groff.m4: Add `@libprogramdir@' andbwarken2013-04-302-21/+16
| | | | | | | | | `$libprogramdir' (usually `/usr/local/lib/groff'). Change `$libdir/groff' into $libprogramdir for several `groff' programs. Run `autoreconf -I m4'. src/roff/groff/MAkefile.sub: Add $(DESTDIR) and $(srcdir) in order to support installation outside of source code.
* src/roff/groff/read_groff_options.pl: Reads `groff' options frombwarken2013-04-252-3/+7
| | | | | | | `groff.cpp' and writes them into the file `groff_options.info'. src/roff/groff/Makefile.sub: Have the generated file `groff_options.info' be installed into the `groff libdir'.
* Public `glilypond' version `v1.1'.bwarken2013-04-256-264/+278
| | | | | | | | | | args.pl, sub.pl, glilypond.man: Change option `-v' to mean `--verbose' instead of former `--version' such as many GNU programs do. Correct sub `&usage()' and man-page. args.pl, glilypond.pl, oop_fh.pl, subs.pl: Remove spaces in ` -> ', some `( ... )', and some `{ ... }' places for better readability of the Perl source code.
* args.pl, oop_fh.pl: Remove 1st line calling `perl'.bwarken2013-04-248-100/+35
| | | | | | | | | | | | | | subs.pl: Remove 1st line calling `perl'. Remove sub &perl_version'. Adjust sub `&usage'. glilypond.pl: Keep 1st line, which will be reset by running `make'. Remove all parts of Perl testing. perl_test.pl: Remove this file. README.txt: Add information about needed Perl version. Makefile.sub: Corrections for removing Perl test. Use `$<'.
* glilypond: remove Perl test.bwarken2013-04-242-31/+26
|
* Delete files in <groff>/contrib/lilypond.bwarken2013-04-243-2288/+0
|
* INSTALL.gen: Replace this file by the daily `git' version ofbwarken2013-04-161-4/+4
| | | | | | | | | | | | | | | | | | | | | `automake' `INSTALL' file. INSTALL.autotools: Remove file. INSTALL.CVS: New file, moved from `INSTALL.autotools'. m4/ax_prog_perl_version.m4: New file, taken from package `autoconf-archive-2013.04.06'. m4/groff.m4: Remove unnecessary blank line. Makefile.in: Add `$(PERLVERSION)'. aclocal.m4: Run `autoreconf -I m4' (this includes `aclocal -I m4'). This creates a suitable `aclocal.m4'. Remove generated subdirectory `autom4te.cache'. src/roff/grog/Makefile.sub: Correct `sed' command. Use `tabs' that are needed by `GNU make'.
* Change $PERLPATH to $PERL.bwarken2013-04-151-2/+5
|
* glilypond.pl: Fix END for early exit of `--version'.bwarken2013-04-122-1/+7
|
* `glilypond': Replace `state' by global variable. So the Perl versionbwarken2013-04-124-11/+19
| | | | can be reduced from `v5.9.4' to `v5.6'.
* Correct former entries of glilypond.bwarken2013-04-122-27/+32
|
* contrib/groffer: There is now a free `git' package containingbwarken2013-04-111-41/+50
| | | | | | | | | | all old `groffer' versions `v0.*' and `v1.*'. The new versions `groffer 2.*' will actually not be included. This package can be got at: $ git clone git@github.com:RUNOFF/groffer.git main ChangeLog file: Emacs corrections keeping the content.
* Minor corrections for the actual entries of ChangeLog files.bwarken2013-04-102-10/+10
|
* contrib/glilypond/: There is a free git package containing allbwarken2013-04-102-0/+22
| | | | | | | | | | versions of the former name `groff_lilypond v0.x'. They work with lilypond parts in roff files, but were not installed. This package can be got at: $ git clone git@github.com:RUNOFF/groff_lilypond.git The new versions glilypond v1.x are not included there.
* Expand PS-viewers.bwarken2013-04-012-3/+7
|
* New version 1.1.3bwarken2013-03-293-19/+30
| | | | Change viewers for PS and PDF.
* Run `autoconf' again.bwarken2013-03-291-0/+6
| | | | Published version is `v1.0'.
* Rename `groff_lilypond' to `glilypond'. So remove the formerbwarken2013-03-2910-0/+3329
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | source directory `<groff_src_dir>/contrib/lilypond' and newly install `<groff_src_dir>/contrib/glilypond', which now has many files. The new version starts at `v1.0'. * m4/groff.m4, configure.ac: Add libdir information for `glilypond'. * Makefile.in: Add `<groff_src_dir>/contrib/glilypond'. Run `autoconf'. `glilypond' can now be installed to the system. Version will now be v1.*. All former files of versions v0.* vanished or were renamed. * ChangeLog.0x: old `ChangeLog' file for the old `groff_lilypond' versions v0.*. In the future, this file won't be changed any more. * ChangeLog: New file. It is this file. It displays the history of `glilypond' versions v1.* or later. * glilypond.pl: New main Perl file written from `groff_lilypond.pl' in a totally different way. It is split now into 4 Perl files. * args.pl: New Perl file. It handles the command line options for a run of `glilypond.pl'. * oop_fh.pl: New Perl file. OOP handling of file handles. * perl_test.pl: Test whether the actual Perl program has a suitable versions. For `Makefile.sub' and `glilypond.pl'. * subs.pl: New Perl file. Defines the global subs for `glilypond.pl'. * Makefile.sub: Newly written `Makefile' for this subdirectory of `groff'. `glilypond' should be able to be installed by `make' with this file. * glilypond.man: Newly written man-page for `glilypond'. * README.txt: New file about the installation.
* * groff_mm.man: Better document `.PIC'.wl2013-03-122-4/+12
|
* Publishing groff_lilypond version v0.6.bwarken2013-03-113-436/+1027
| | | | | | New options: -e|--eps_dir, -l|--license, -k|--keep_files, -p|--prefix=..., -t|--temp_dir=... Add section SEE ALSO to man-page.
* Publishing groff_lilypond version v0.5.bwarken2013-03-023-385/+838
| | | | | | | New code with Perl references. New options: --usage, -V|--Verbose|--verbose, --file_prefix=..., -o|--output=..., --temp_dir=... Perl >=5.10.0 needed.
* * m.tmac (ds@set-format, LI): s/.ie/.if/ if no else clause.wl2013-03-012-4/+8
|
* Remove `.lilypond include' for lilypond regions, in groff parts it is stillbwarken2013-02-233-19/+31
| | | | allowed.
* New version v0.4 of groff_lilypond.bwarken2013-02-233-253/+690
| | | | | | | * groff_lilypond_pl: Major rewrite. New options: --file_prefix, --temp_dir, and --license. * groff_lilypond.man: documents the new features.
* Minor corrections to groff_lilypond.man.bwarken2013-02-162-7/+33
|
* Add deletion of unused temporary files.bwarken2013-02-112-1/+5
|
* A new request was added for including lilypond files into the groff document:bwarken2013-02-113-45/+178
| | | | | | .lilypond include ... The argument handling was improved. New version is groff_lilypond v0.3
* groff_lilypond version v0.2.bwarken2013-02-113-67/+231
| | | | | There are now 2 modes for generating EPS files: --ly2eps (the new default) and --pdf2eps (the old version from v0.1).
* Add file groff/contrib/lilypond/ChangeLog.bwarken2013-02-101-0/+18
|
* Add new files for groff/contrib/lilypond.bwarken2013-02-102-0/+450
|
* * groff_hdtbl.man: Correct details on loading hdtbl.tmac.wl2013-02-062-6/+29
|
* Typo.wl2013-02-041-1/+1
|
* * groff_hdtbl.man: Revised.wl2013-02-042-71/+83
|
* Fix and extend groff_hdtbl.manbwarken2013-02-031-3/+203
|
* Reworked typesetting.mom to use Helvetica and Times Roman only.PTPi2013-02-011-15/+16
|
* Fix a bunch of typos.wl2013-02-0110-18/+18
| | | | From Gilles Espinasse <g.esp@free.fr>.
* * Makefile.sub (MOSTLYCLEANADD): Fix typo.wl2013-01-292-4/+8
|
* Added FORCE argument to FLOAT; updated docs.PTPi2013-01-2932-103/+172
| | | | Trivial fixes.
* * pdfmark.tmac (pdfmark, pdf:composed): Use `\!' instead of `\X'.wl2013-01-282-11/+30
| | | | | | | | | | | | | | | | | | | | | | | With the old pdfmark there are gaps between two of the lines, but with the new version they disappear. The use of `.br' and `.in 0' is arbitrary any request which causes an implicit break could be used. Two breaks together only produce one line break, but if there is an intervening `\X' then the second break finds the line buffer not empty and generates another line break. Using `\!' does alter the position of the pdfmark lines in the intermediate file sent to grops (the pdfmark lines are output immediately rather than being serialised through the output line processing), but this has no effect since the contents of the pdfmark line stay the same. It is the contents which determine where bookmarks jump to not the position of the record in the input stream to grops. I initially used `.output', but hit a snag if a pdfbookmark occurs before the document starts to output (message saying to insert an explicit `.br'), this is quite likely for things like `.pdfinfo /Author' which occur at the top of the document. So I'm using the `\!' escape.
* Add email address groff-bernd.warken-72@web.de for Bernd Warken.bwarken2013-01-2235-101/+102
|
* o Makefile.sub (install_data): Create directory for PDF documentation.wl2013-01-042-2/+10
| | | | | This is necesssary in case GhostScript is not available, and no other PDF files have been created yet.
* o Makefile.sub (install-data): Fix symlink.wl2012-12-302-1/+6
| | | | Patch from Elias Pipping <pipping@lavabit.com>.
* Add missing ChangeLog entry.wl2012-12-031-0/+8
|
* Fixed the format of header numbers in references.ant_2222012-11-171-5/+6
|
* Simplify enviroment handling.wl2012-09-202-7/+14
| | | | | | Suggested by Ivan Shmakov <oneingray@gmail.com>. * Makefile.sub (GROFF): Don't use export.
* Simplify enviroment handling.wl2012-09-202-6/+14
| | | | | | Suggested by Ivan Shmakov <oneingray@gmail.com>. * Makefile.sub (PDFROFF): Don't use export.