From 53b5abaf04f16b21b2358c6848d3264a1ebdd37e Mon Sep 17 00:00:00 2001 From: wlemb Date: Fri, 10 Aug 2001 22:20:47 +0000 Subject: Intergrated pic2graph, contributed by Eric S. Raymond. * contrib/pic2graph/{Makefile.sub, pic2graph.sh, pic2graph.man}: New files. * Makefile.in, NEWS: Updated. * src/preproc/tbl/tbl.man: Revised. * src/preproc/tbl/tbl.man: Extended to cover all tbl features. * src/preproc/tbl/main.cc (process_data): Fix recognition of .lf requests. * Makefile.sub (configure): Depend on configure.ac, not configure.in. * INSTALL.gen: Upgrade to autoconf 2.52's INSTALL. * src/utils/afmtodit/afmtodit.man, src/roff/groff/groff.man: Minor fixes. --- Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.sub') diff --git a/Makefile.sub b/Makefile.sub index 77c701f9..17ac3c1d 100644 --- a/Makefile.sub +++ b/Makefile.sub @@ -4,5 +4,5 @@ CLEANADD=Makefile.cfg conftest* distfiles: configure -configure: configure.in aclocal.m4 +configure: configure.ac aclocal.m4 cd $(srcdir); autoconf -- cgit v1.2.1