From b700a17efacd20b15c98863af4c5751fb3706dd0 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Sun, 16 May 1999 12:50:31 +0000 Subject: [PATCH] texi2dvi doesn't like @clear for some reason. --- doc/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index a262481e..ae8b3294 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -36,7 +36,5 @@ auto-macros.texi: auto-macros.texi.in Makefile echo '@c Set this if this is LibGTop 1.1.x' >> auto-macros.tmp if [ $(LIBGTOP_VERSION_CODE) -ge 1001000 ] ; then \ echo '@set LIBGTOP_1_1' >> auto-macros.tmp ; \ - else \ - echo '@clear LIBGTOP_1_1' >> auto-macros.tmp ; \ fi mv auto-macros.tmp auto-macros.texi