summaryrefslogtreecommitdiff
path: root/Build/source/doc/tlbuild.texi
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2014-11-13 12:16:17 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2014-11-13 12:16:17 +0000
commitbadfe9e1ae6bc0e3a5cf82ba8223aa2de074ff00 (patch)
tree0cf31b3755955a083adabbfe9f82b3011463cb88 /Build/source/doc/tlbuild.texi
parent8579901249b71b761c276986fa8cf779c0afc7d9 (diff)
Update tlbuild.info
git-svn-id: svn://tug.org/texlive/trunk@35571 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/doc/tlbuild.texi')
-rw-r--r--Build/source/doc/tlbuild.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/Build/source/doc/tlbuild.texi b/Build/source/doc/tlbuild.texi
index 5ca4d1c4dc1..d2ad54f8e34 100644
--- a/Build/source/doc/tlbuild.texi
+++ b/Build/source/doc/tlbuild.texi
@@ -958,14 +958,14 @@ that provides make variables for that library. E.g., for
@defmac KPSE_LIBPNG_FLAGS
Provide the configure option @code{--with-system-libpng}. Set and
-@code{AC_SUBST} @code{make} variables for modules using this library
-(either an installed version or from the @TL{} tree): @code{LIBPNG_INCLUDES}
-for use in CPPFLAGS, LIBPNG_LIBS for use in LDADD, LIBPNG_DEPEND for
-use as dependency, and LIBPNG_RULE defining @code{make} rules to
+@code{AC_SUBST} @code{make} variables for modules using this library (either
+an installed version or from the @TL{} tree): @code{LIBPNG_INCLUDES} for use
+in CPPFLAGS, @code{LIBPNG_LIBS} for use in LDADD, @code{LIBPNG_DEPEND} for
+use as dependency, and @code{LIBPNG_RULE} defining @code{make} rules to
rebuild the library.
@end defmac
-@defmac KPSE_ADD_FLAGS (@var{libname})
+@defmac KPSE_ADD_FLAGS (@var{name})
Temporarily extend CPPFLAGS and LIBS with the values required for the
library module @code{@var{name}}.
@end defmac