all repos — tint2 @ e20d94b18890c496c6c692e9070bef055f5ea62c

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Remove odt/pdf related stuff.


git-svn-id: http://tint2.googlecode.com/svn/trunk@131 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
Spooky85@gmail.com Spooky85@gmail.com@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

e20d94b18890c496c6c692e9070bef055f5ea62c

parent

96e1cfc58e8dd81eadc1cb01b0068883845ebb7e

2 files changed, 1 insertions(+), 16 deletions(-)

jump to
M configure.acconfigure.ac

@@ -78,15 +78,6 @@ *) AC_MSG_ERROR([bad value ${enableval} for --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
M doc/Makefile.amdoc/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