summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Baulig <martin@src.gnome.org>1999-05-16 17:25:24 +0000
committerMartin Baulig <martin@src.gnome.org>1999-05-16 17:25:24 +0000
commit36e7d3133bf4473a32d1caffe0185dc94785260a (patch)
treec3385d392a19137743b88af64c0ea515671d2613
parent20c69951abf6dc6b171d1eb741b0b86ac2c3c705 (diff)
downloadlibgtop-36e7d3133bf4473a32d1caffe0185dc94785260a.tar.gz
TeX doesn't like conditionals with underscores in it - so we need to
use `LIBGTOP-1-1' here.
-rw-r--r--doc/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d88b91a9..94bc58db 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,6 +35,8 @@ auto-macros.texi: auto-macros.texi.in Makefile
< $(srcdir)/auto-macros.texi.in > auto-macros.tmp
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 ; \
+ 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