summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix RUNOFF.bwarken2013-07-312-10/+14
|
* * tmac/fallbacks.tmac: Make it work in compatibility mode.wl2013-07-162-0/+10
| | | | Problem reported by Y T <doarhop@hotmail.com>.
* * src/roff/grog/Makefile.sub (install_data, uninstall_sub): Typos.wl2013-07-162-4/+6
|
* * Makefile.in (GREP, MDEFINES): Define and use plain grep.wl2013-07-162-0/+8
| | | | Necessary for Bernd's code to extract groff options.
* * tmac/an-old.tmac (TP): Do not clobber line length after doublewl2013-07-162-2/+9
| | | | call to `.TP'.
* Typos.wl2013-07-031-4/+4
|
* * doc/groff.texinfo: Fix syntax error in documentation of `\z'.wl2013-07-022-1/+5
|
* [grolbp] Don't write trailer if no printer was created.wl2013-07-022-1/+7
| | | | * src/devices/grolbp/lbp.cpp (main): Implement it.
* Remove *~ files.bwarken2013-06-272-41/+85
|
* groff_filenames.man: Extension.bwarken2013-06-272-22/+85
|
* Minor.wl2013-06-102-1/+4
|
* Better not to set something like an URL when it isn't one.esr2013-06-102-3/+3
|
* Running text doesn't belong in the Synopsis section.esr2013-06-102-5/+9
|
* 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-067-2/+7086
| | | | Correction in `src/roff/groff/Makefile.sub'.
* src/roff/groff/Makefile.sub: Remove all `.PHONY:' lines.bwarken2013-05-012-4/+5
|
* src/roff/groff/Makefile.sub: Use $(GREP) instead of `egrep'. Don't usebwarken2013-04-302-6/+11
| | | | `$(CCSRCS)' any more as prerequisits..
* Makefile.in, m4/groff.m4: Add `@libprogramdir@' andbwarken2013-04-308-32/+49
| | | | | | | | | `$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/Makefile.sub: Replace some variables by shellbwarken2013-04-292-14/+21
| | | | commands. Improve the output for the `make' runs.
* src/roff/groff/Makefile.sub: Make this file a compatible Makefile.bwarken2013-04-282-21/+26
|
* src/roff/groff/Makefile.sub: Use `make' variables to getbwarken2013-04-282-17/+51
| | | | | `groff' options from `getopt' in `groff.cpp'. Create 2 files `groff_opts_no_arg.txt' and `groff_opts_with_arg.txt'.
* src/roff/groff:bwarken2013-04-263-177/+24
| | | | | | | `read_groff_options.pl' is no longer needed. `Makefile.sub': Get `groff' options from `getopt' in `groff.cpp'. Store it in a new file `groff_options.txt', which is installed in `groff libdir'.
* Various minor fixes.wl2013-04-264-48/+186
| | | | | | * INSTALL.gen: Take the newest version from the `gnulib' repository. * configure: Regenerated.
* INSTALL.gen: Restore an older version from `2006' in `groff-1.21'.bwarken2013-04-253-176/+62
| | | | | FOR-RELEASE: New file which describes how to prepare `groff' for a new release.
* src/roff/groff/read_groff_options.pl: Reads `groff' options frombwarken2013-04-254-3/+72
| | | | | | | `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'.
* Add file <groff_top>/src/roff/groff/read_groff_options.plbwarken2013-04-251-0/+165
|
* 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-1610-124/+152
| | | | | | | | | | | | | | | | | | | | | `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'.
* iUse suitable versions of `GNU autotools' to generate the neededbwarken2013-04-157-1406/+183
| | | | configuration files.
* In m4/groff.m4, replace tabs by spaces. Add double lines between definitionsbwarken2013-04-152-7/+48
| | | | of AC_DEFUNs.
* Change $PERLPATH to $PERL.bwarken2013-04-1510-264/+1436
|
* Add file m4/ax_compare_version.m4 from the latest version of autoconf-archive.bwarken2013-04-152-3/+180
|
* Add documentation for the installation.bwarken2013-04-145-9/+52
|
* Add Perl test to the configuration.bwarken2013-04-146-50/+519
|
* Avoid consideration of autotool cache for CVS inclusion.keithmarshall2013-04-132-0/+7
|
* Add and remove directory `autom4te.cache' from `autoconf'.bwarken2013-04-131-0/+6
|
* 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
|
* grog: correct Makefile.subbwarken2013-04-121-35/+33
|
* grog: clear the file content in src/roff/grog/.bwarken2013-04-121-279/+0
|
* grog: perl_test.pl added to CVS.bwarken2013-04-121-0/+41
|
* grog: remove shell version. Add file perl_test.pl for testing the availablebwarken2013-04-122-18/+57
| | | | Perl version.
* `grog': In the following, the file `grog.pl' will be split. Forbwarken2013-04-125-0/+23
| | | | | | | | | | | the coming files, a lib-directory is needed for storage. m4/groff.m4, configure.ac: Add libdir information for `grog'. Makefile.in: Add @grog_dir@. Run `autoconf'. `grog' has now a lib-directory at `$prefix/lib/groff/grog'.
* contrib/groffer: There is now a free `git' package containingbwarken2013-04-112-184/+221
| | | | | | | | | | 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.