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:
parent
96e1cfc58e
commit
e20d94b188
2 changed files with 1 additions and 16 deletions
|
@ -78,15 +78,6 @@ AC_ARG_ENABLE([examples],
|
||||||
esac],[examples=false])
|
esac],[examples=false])
|
||||||
AM_CONDITIONAL([INSTALL_EXAMPLES], [test x$examples = xtrue])
|
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([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
doc/Makefile
|
doc/Makefile
|
||||||
|
|
|
@ -1,10 +1,4 @@
|
||||||
man1_MANS = $(PACKAGE_NAME).1
|
man1_MANS = $(PACKAGE_NAME).1
|
||||||
|
|
||||||
if INSTALL_DOC
|
EXTRA_DIST = $(man1_MANS)
|
||||||
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
|
|
||||||
DISTCLEANFILES = Makefile.in
|
DISTCLEANFILES = Makefile.in
|
||||||
|
|
Loading…
Reference in a new issue