diff options
author | Werner LEMBERG <wl@gnu.org> | 2010-12-30 22:34:22 +0000 |
---|---|---|
committer | Werner LEMBERG <wl@gnu.org> | 2010-12-30 22:34:22 +0000 |
commit | d3c1f84e02cf0a5557df2bbca3629fe1367badce (patch) | |
tree | b0282ad43571229daf64336be7fe39f8c1b204c8 /MANIFEST | |
parent | 811377e9b2e56cd02cae03d87055f0a70a94ec52 (diff) | |
download | groff-git-d3c1f84e02cf0a5557df2bbca3629fe1367badce.tar.gz |
Call texi2dvi with correct makeinfo binary.
* doc/Makefile.in (.texinfo.dvi, .texinfo.pdf): Use $(MAKEINFO).
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,4 +1,4 @@ - Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2009 + Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, @@ -90,6 +90,7 @@ the groff source distribution. ./src/include The *.h C/C++ include files. ./src/libs C++ code common to several parts of the groff sources. + gnulib Auxiliary functions copied from the `gnulib' repository. libbib Library of bibliographic functions. libdriver Parser for intermediate output and postprocessor code. libgroff Library for general support functions used everywhere. |