summaryrefslogtreecommitdiff
blob: 72c75a1820d438c0d8cbf801f56a6c99417a031c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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)