Re: Why does potfiles.list go in $(srcdir)?
Jonas Fonseca <[email protected]> Sat, 5 Jul 2008 11:54:42 +0200
| Newsgroups | gmane.comp.web.links |
|---|---|
| Message-ID | <[email protected]> |
Kalle Olavi Niemitalo <[email protected]> wrote Fri, Jul 04, 2008: > Why does po/Makefile generate potfiles.list at all? It seems to > me that po/Makefile could just run find and pipe the resulting > list to "xgettext -f-". Does potfiles.list serve some purpose > in dependency decisions or does it exist for debugging only? > Could I move it from the source directory to the build directory, > so that mkdist wouldn't have to explicitly delete it? Looks like Zas added it. Maybe as a minor optiomization to not run xgettext unless files has been changed. However, not caching the file list sounds good to me. -- Jonas Fonseca