summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* Simplify enviroment handling.wl2012-09-202-15/+16
|
* Added GROFF_BIN_PATH to PDFMOM.PTPi2012-09-151-0/+2
|
* Make default BIBLIOGRAPHY_TYPE to be PLAIN, per docs.PTPi2012-09-071-2/+2
|
* Fixes missing period after page number(s) in some reference typesPTPi2012-09-065-12/+59
| | | | generated with refer.
* o Version 2.0 (gropdf integration) releasePTPi2012-08-3139-9447/+10436
|
* Synchronize man pages.wl2012-08-103-276/+287
| | | | * perl/groffer.man, shell/groffer.man: Fix many minor issues.
* Cleanup so doclifter can correctly parse this.esr2012-08-071-10/+1
|
* man(7) now prefers .URL.esr2012-07-071-3/+1
|
* Small bugfixes, doc corrections, changes to TYPEWRITE forPTPi2012-02-213-6/+20
| | | | DOCTYPE NAMED handling.
* Fix parallel build race failure.wl2011-12-262-2/+27
| | | | | | | | | | | | | | | | | | | | Sometimes building in parallel will fail in the pdfmark directory: make[2]: Entering directory '.../contrib/pdfmark' rm -f pdfroff rm -f pdfmark.pdf sed -f ... ./pdfroff.sh >pdfroff ...; ./pdfroff ... pdfmark.ms >pdfmark.pdf /bin/sh: ./pdfroff: Permission denied chmod +x pdfroff make[2]: *** [pdfmark.pdf] Error 126 This is because the generated pdf files use the local generated pdfroff helper script, but they don't depend directly upon it, so make tries to create the two in parallel and randomly falls over. * Makefile.sub: Have all the .pdf files explicitly depend on the `pdfroff' helper script.
* Do not use INSTALL_DATA and INSTALL_SCRIPT during build phase.wl2011-10-172-5/+17
| | | | | | | | | | * Makefile.sub (groffer): Replace INSTALL_DATA and INSTALL_SCRIPT with `cp'. Otherwise the build phase might fail with `permission denied' if you use the `-o root' flag of the `install' command. The use of INSTALL_* is an abuse anyway because it's not installing anything at that point; it's just copying files around locally, within in the build directories.
* Fix typos.wl2011-10-081-1/+1
| | | | Found by Kevin Lyda <kevin@ie.suberic.net>.
* Fixed bug that was causing HEADER_RULE OFF to turn off headersPTPi2011-09-084-13/+39
| | | | completely. Fixed SUBSUBHEAD spacing issues. Updated docs.
* Fix indents in nested static displays.wl2011-08-142-4/+14
| | | | | | * m.tmac (DS, ds@end): Save indent with a stack. See http://lists.gnu.org/archive/html/groff/2011-07/msg00068.html for an example.
* Add new output device `gropdf'.wl2011-07-261-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | * font/devpdf/*: New device files for gropdf. * src/devices/gropdf/*: New device. * Makefile.comm (install_dev, uninstall_dev): Handle more subdirectories. * Makefile.in (DEVDIRS, OTHERDIRS, EXTRADIRS): Add directories related to gropdf. * MANIFEST: Updated. * test-groff.in (GROFF_BIN_PATH): Updated. * tmac/Makefile.sub (NORMALFILES): Updated. * tmac/pdf.tmac: New file. * tmac/troffrc: Updated. * doc/groff.texinfo: Document it. * doc/Makefile.in, doc/Makefile.sub (groff_bin_dirs): Udpated. * doc/pic.ms: Updated. * man/groff_out.man, src/devices/grops/grops.man, src/preproc/pic/pic.man, src/roff/groff/groff.man, src/utils/afmtodit/afmtodit.man, src/utils/pfbtops/pfbtops.man: Updated. * contrib/pdfmark/pdfmark.ms: Updated.
* Removed outdated link to ffii.org.PTPi2011-04-131-8/+6
|