DISTMAKE helper

-Yosh
This commit is contained in:
Manish Singh 1998-11-24 01:37:46 +00:00
parent 97db594520
commit 9d758152ea
2 changed files with 8 additions and 1 deletions

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = po intl libgimp plug-ins app data
SUBDIRS = po intl libgimp plug-ins app data @GIMPDOCS@
bin_SCRIPTS = gimptool

View file

@ -531,6 +531,12 @@ EOF
fi
fi
GIMPDOCS=
if test -n "$DISTMAKE"; then
WEBBROWSER=webbrowser TIFF=tiff JPEG=jpeg PNG=png AA=aa MPEG=mpeg
XD=xd XPM=xpm GIMPDOCS=docs
fi
AM_CONDITIONAL(STATICLIBS, test x$enable_static = xyes)
AC_SUBST(GIMP_MAJOR_VERSION)
@ -578,6 +584,7 @@ AC_SUBST(LPC_DEF)
AC_SUBST(MAILER)
AC_SUBST(THREAD_LIBS)
AC_SUBST(GIMP_PERL)
AC_SUBST(GIMPDOCS)
dnl Output the Makefiles