summaryrefslogtreecommitdiff
path: root/MANIFEST
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation for the installation.bwarken2013-04-141-0/+4
|
* Rewording.wl2013-01-291-17/+13
|
* Add a shell command to the file MANIFEST that can display all man sourcebwarken2013-01-241-0/+17
| | | | files and their section.
* Add new output device `gropdf'.wl2011-07-261-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Call texi2dvi with correct makeinfo binary.wl2010-12-301-1/+2
| | | | * doc/Makefile.in (.texinfo.dvi, .texinfo.pdf): Use $(MAKEINFO).
* MANIFEST: Updated.wl2009-01-051-2/+6
|
* Add copyrights and/or normalize them.wl2007-07-111-19/+5
|
* * font/devps/generate/Makefile (symbolsl.afm): Use $(srcdir).wl2006-12-311-0/+2
| | | | | | | * Makefile.comm (fonts): New (empty) target. * Makefile.in (TARGETS): Add `fonts'. * MANIFEST: Add `chem'.
* *** empty log message ***wl2006-03-181-1/+1
|
* New preprocessor `preconv' to convert input encodings to somethingwl2005-12-301-1/+2
| | | | | | | | | | | | | | | groff can understand. Not yet integrated within groff. Proper autoconf stuff is missing too. Tomohiro Kubota has written a first draft of this program, and some ideas have been reused (while almost no code has been taken actually). * src/preproc/preconv/preconv.cpp. src/preproc/preconv/Makefile.sub: New files. * MANIFEST, Makefile.in (CCPROGDIRS), test-groff.in (GROFF_BIN_PATH): Add preconv.
* * MANIFEST, README, doc/webpage.ms: Updated.wl2005-05-271-3/+7
|
* * aclocal.m4 (GROFF_X11): s/have_no_x/groff_no_x/.wlemb2004-06-031-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add X11 stuff to CFLAGS, LDFLAGS, and LIBS temporarily. Add test for Xmu library. (GROFF_APPRESDIR_OPTION, GROFF_APPRESDIR_CHECK, GROFF_APPRESDIR_DEFAULT): New macros. * configure.ac: Call GROFF_APPRESDIR_OPTION, GROFF_APPRESDIR_CHECK, and GROFF_APPRESDIR_DEFAULT. * configure: Regenerated. * Makefile.in (appresdir): New variable. (MDEFINES): Add appresdir. * src/devices/xditview/Makefile.sub (EXTRA_LDFLAGS): Add -Xmu and -Xt. (install_data, uninstall_sub): New targets to handle GXditview.ad. * src/utils/indxbib/Makefiles.ub (install_data): Depend on `$(srcdir)/eign', not `eign'. * MANIFEST, INSTALL, NEWS, PROBLEMS: Updated. * man/groff_out.man, man/roff.man, src/devices/grops/grops.man, src/devices/xditview/gxditview.man, src/roff/groff/groff.man: Protect (g)xditview with `\%' to avoid hyphenation. Other minor formatting.
* * NEWS, README, TODO, PROJECTS, PROBLEMS, MANIFEST, doc/webpage.ms,wlemb2004-05-121-2/+6
| | | | | | | | | | tmac/TODO: Updated. * tmac/doc-syms (doc-str-Lb-libposix, doc-str-Lb-libpthread, doc-str-Lb-librt): Reset font. (Lb): Rename `doc-str-Lb' to `doc-str-Lb1'. Provide `doc-str-Lb' to reset font. * tmac/groff_mdoc.man: Updated.
* * LICENSE: Updated.wlemb2003-12-081-1/+1
| | | | * INSTALL: Improved.
* Integrated grap2graph, contributed by Eric S. Raymond.wlemb2003-07-021-0/+1
| | | | | | | * contrib/grap2graph/{Makefile.sub, grap2graph.sh, grap2graph.man}: New files. * Makefile.in, NEWS, MANIFEST, contrib/eqn2graph.man, contrib/pic2graph.man, src/roff/groff/groff.man: Updated.
* * src/preproc/tbl/tbl.man: Document formatting of text blocks.wlemb2003-06-141-2/+1
| | | | | | | | | | | | * src/roff/troff/input.cc (token::next) <handle_escape_char>: Assign `n' even here. It is possible to construct a node immediately following an escape character: .di xx \?\\\?a .br .di .xx
* Renamed all `*.cc' files to `*.cpp'.wlemb2003-04-151-5/+5
| | | | Updated all configuration files, makefiles, and documentation.
* Make variable `pr' local to libdriver/input.cc. Based on a patchwlemb2003-03-121-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Bernd Warken <bwarken@mayn.de>. * src/include/driver.h (pr): Removed. * src/libs/libdriver/input.cc (pr): New global variable. (do_file): Deallocate `pr'. * src/libs/libdriver/printer.cc (pr): Removed. * src/devices/grodvi/dvi.cc (main), src/devices/grohtml/post-html.cc (main), src/devices/grolbp/lbp.cc (main), src/devices/grolj4/lj4.cc (main), src/devices/grops/ps.cc (main), src/devices/grotty/tty.cc (main): Don't delete `pr'. * tmac/a4.tmac, tmac/composite.tmac: Use `.do'. * tmac/papersize.tmac: New file. * tmac/troffrc: Include `papersize.tmac'. * tmac/Makefile.sub (NORMALFILES): Add `papersize.tmac'. * tmac/an-old.tmac: Set LT to LL by default. * NEWS, MANIFEST, tmac/groff_man.man, man/groff_tmac.man, doc/groff.texinfo: Updated. * src/libs/libgroff/paper.cc (add_iso_paper): Fix very embarassing bug which caused all odd iso papers to have wrong dimensions. * src/devices/grops/ps.cc (user_paper_width): New global variable. (main) <'p'>: Set `user_paper_width' also. (ps_printer::media_width, ps_printer::media_height): Use values given with option `-p'.
* Integrating the `mom' macro package, contributed by Peter Schaffterwlemb2002-05-231-0/+2
| | | | | | | | | | | | | <df191@ncf.ca>. * contrib/mom/*: New subdirectory tree. * Makefile.in (docdir, exampledir, htmldocdir): New variables to be used for documentation files. (MDEFINES, uninstall_dirs): Use them. (OTHERDIRS): Add contrib/mom. * Makefile.comm (.man.n): Add @DOCDIR@, @EXAMPLEDIR@, and @HTMLDOCDIR@. * MANIFEST, NEWS: Updated.
* * tmac/doc-common, tmac/doc-syms: Small updates.wlemb2001-12-221-0/+150
* tmac/an-old.tmac (an-p-footer): Set title length in environment 1. * MANIFEST: New file. * src/preproc/grn/grn.man: Updated. * src/preproc/grn/hdb.cc (MAXSTRING_S): New macro. (DBRead): Use it.