summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-16 12:50:31 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-16 12:50:31 +0000
commitb700a17efacd20b15c98863af4c5751fb3706dd0 (patch)
treedf9bf37997706b5886298bb7d6ab38803ae1d59a /doc
parentbedec591a2bbba536b08afc462710e7b11c31273 (diff)
downloadlibgtop-b700a17efacd20b15c98863af4c5751fb3706dd0.tar.gz
texi2dvi doesn't like @clear for some reason.
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
1 files changed, 0 insertions, 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