goba Sat Dec 28 07:20:46 2002 EDT Modified files: /phpdoc configure.in Log: Use the phpdoc language code instead of the language's real name. All other places use the phpdoc language code (which is not standard compliant sometimes). But with this change, the manuals are at least commonly named. Index: phpdoc/configure.in diff -u phpdoc/configure.in:1.175 phpdoc/configure.in:1.176 --- phpdoc/configure.in:1.175 Wed Sep 4 03:41:27 2002 +++ phpdoc/configure.in Sat Dec 28 07:20:45 2002 @@ -1,4 +1,4 @@ -dnl $Id: configure.in,v 1.175 2002/09/04 07:41:27 jkj Exp $ +dnl $Id: configure.in,v 1.176 2002/12/28 12:20:45 goba Exp $ dnl autoconf initialisation AC_INIT() @@ -478,7 +478,7 @@ AC_SUBST(LANGDIR) AC_SUBST(PHP_BUILD_DATE) -MANUAL="php_manual_$LANG" +MANUAL="php_manual_$withval" AC_SUBST(MANUAL) dnl localize paper size by language
-- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php