From e20d94b18890c496c6c692e9070bef055f5ea62c Mon Sep 17 00:00:00 2001 From: "Spooky85@gmail.com" Date: Fri, 26 Jun 2009 15:47:25 +0000 Subject: [PATCH] Remove odt/pdf related stuff. git-svn-id: http://tint2.googlecode.com/svn/trunk@131 121b4492-b84c-0410-8b4c-0d4edfb3f3cc --- configure.ac | 9 --------- doc/Makefile.am | 8 +------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/configure.ac b/configure.ac index 31408b0..03209c0 100644 --- a/configure.ac +++ b/configure.ac @@ -78,15 +78,6 @@ AC_ARG_ENABLE([examples], esac],[examples=false]) AM_CONDITIONAL([INSTALL_EXAMPLES], [test x$examples = xtrue]) -AC_ARG_ENABLE([doc], - [AS_HELP_STRING([--enable-doc], [Install additional documentation])], - [case "${enableval}" in - yes) doc=true ;; - no) doc=false ;; - *) AC_MSG_ERROR([bad value ${enableval} for --enable-doc]) ;; - esac],[doc=false]) -AM_CONDITIONAL([INSTALL_DOC], [test x$doc = xtrue]) - AC_CONFIG_FILES([ Makefile doc/Makefile diff --git a/doc/Makefile.am b/doc/Makefile.am index 61de0f8..2eacb86 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,10 +1,4 @@ man1_MANS = $(PACKAGE_NAME).1 -if INSTALL_DOC -pdf_DATA = tint2-0.7.odt tint2-0.7.pdf -else -pdf_DATA = -endif - -EXTRA_DIST = $(man1_MANS) tint2-0.7.odt tint2-0.7.pdf +EXTRA_DIST = $(man1_MANS) DISTCLEANFILES = Makefile.in