diff options
-rw-r--r-- | doc/Makefile.am | 2 |
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 |