mirror of
https://github.com/mirror/make.git
synced 2025-01-26 20:30:36 +08:00
New/updated translations; minor update to the index of the manual.
This commit is contained in:
parent
4c28600a50
commit
635a784ebf
@ -1,3 +1,12 @@
|
||||
2001-06-13 Paul D. Smith <psmith@gnu.org>
|
||||
|
||||
* i18n/da.po, configure.in (ALL_LINGUAS): Installed a new
|
||||
translation.
|
||||
|
||||
2001-06-11 Paul D. Smith <psmith@gnu.org>
|
||||
|
||||
* i18n/ko.po: Installed a new translation.
|
||||
|
||||
2001-05-06 Paul D. Smith <psmith@gnu.org>
|
||||
|
||||
Modify the EINTR handling.
|
||||
|
4
NEWS
4
NEWS
@ -20,8 +20,8 @@ Version 3.79.2
|
||||
"cp -p" (right now) doesn't preserve the subsecond portion of a time
|
||||
stamp.
|
||||
|
||||
* Updated translations for Galician, Japanese, and Russian, and a new
|
||||
Turkish translation.
|
||||
* Updated translations for Galician, Japanese, Korean, and Russian.
|
||||
New translations for Danish and Turkish.
|
||||
|
||||
Version 3.79.1
|
||||
|
||||
|
@ -42,7 +42,7 @@ AC_HEADER_TIME
|
||||
|
||||
dnl Handle internationalization
|
||||
|
||||
ALL_LINGUAS="de es fr gl ja ko nl pl pt_BR ru tr"
|
||||
ALL_LINGUAS="da de es fr gl ja ko nl pl pt_BR ru tr"
|
||||
pds_WITH_GETTEXT
|
||||
|
||||
jm_AC_TYPE_UINTMAX_T
|
||||
|
2535
i18n/ko.po
2535
i18n/ko.po
File diff suppressed because it is too large
Load Diff
@ -1980,8 +1980,8 @@ not in the directory found via directory search.
|
||||
This algorithm may seem complex, but in practice it is quite often
|
||||
exactly what you want.
|
||||
|
||||
@cindex traditional directory search
|
||||
@cindex directory search, traditional
|
||||
@cindex traditional directory search (GPATH)
|
||||
@cindex directory search, traditional (GPATH)
|
||||
Other versions of @code{make} use a simpler algorithm: if the file does
|
||||
not exist, and it is found via directory search, then that pathname is
|
||||
always used whether or not the target needs to be built. Thus, if the
|
||||
|
Loading…
Reference in New Issue
Block a user