diff options
Diffstat (limited to 'Build/source/doc/tlbuild.texi')
-rw-r--r-- | Build/source/doc/tlbuild.texi | 10 |
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 |