Remove odt/pdf related stuff.

git-svn-id: http://tint2.googlecode.com/svn/trunk@131 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
Spooky85@gmail.com 2009-06-26 15:47:25 +00:00
parent 96e1cfc58e
commit e20d94b188
2 changed files with 1 additions and 16 deletions

View 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

View 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