You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/cloog/files/cloog-0.20.0-notex.patch

38 lines
1.3 KiB

diff --git a/Makefile.am b/Makefile.am
index 9edba30..fcca42f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -181,19 +181,6 @@ doc:
@echo " *-----------------------------------------------*/"
doxygen ./autoconf/Doxyfile
-#/*****************************************************************************
-# * Doc *
-# *****************************************************************************/
-
-if HAVE_TEXI2DVI
-pdf_DATA = doc/cloog.pdf
-dist_pdf_DATA = doc/cloog.pdf
-doc/cloog.pdf: doc/cloog.texi doc/gitversion.texi
- $(TEXI2DVI) -I $(top_builddir)/doc --pdf $< -o $@
-endif
-
-doc/gitversion.texi: @GIT_INDEX@
- echo '@set VERSION '`$(top_builddir)/genversion.sh`'' > $@
#/*****************************************************************************
# * Tests *
diff --git a/configure.ac b/configure.ac
index 88d346d..fec9b04 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,8 +72,6 @@ AC_CHECK_PROG(CD, cd)
dnl Configure needs an empty install.sh file with this, i HATE that...
AC_PROG_INSTALL
AC_PROG_LIBTOOL
-AC_CHECK_PROG(TEXI2DVI, texi2dvi, texi2dvi, [])
-AM_CONDITIONAL(HAVE_TEXI2DVI, test -n "$TEXI2DVI")
AX_CC_MAXOPT
AC_SUBST(CFLAGS_WARN)