]> Dogcows Code - chaz/tint2/commitdiff
Remove odt/pdf related stuff.
authorChristian Ruppert <Spooky85@gmail.com>
Fri, 26 Jun 2009 15:47:25 +0000 (15:47 +0000)
committerChristian Ruppert <Spooky85@gmail.com>
Fri, 26 Jun 2009 15:47:25 +0000 (15:47 +0000)
configure.ac
doc/Makefile.am

index 31408b0da41235ee858c9b26139da89ca75cbb0d..03209c012ea2bbef272926a1a6c0b0cef4c868f9 100644 (file)
@@ -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
index 61de0f85d77c09356bd35ec24933ff18596f846b..2eacb86c59400c0ddd0124012772f3c6c956a11c 100644 (file)
@@ -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
This page took 0.023701 seconds and 4 git commands to generate.