Whitespaces in POTFILES.in
Bug #1178326 reported by
Eloi Rivard
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
intltool |
New
|
Undecided
|
Unassigned |
Bug Description
Hi,
POTFILES.in seems to not support files with a space in the pathname:
[azmeuk@herbi ~/dev/denemo/po]$ LANG=en make update-po
make denemo.pot
make[1]: Entering directory `xxxxx/po'
make[1]: *** No rule to make target `xxxxxxxxxxxxxx
make[1]: Leaving directory `xxxxxx/po'
make: *** [update-po] Error 2
[azmeuk@herbi ~/dev/denemo/po]$
If I escape spaces with \ I get this:
can't open xxxxxxxxxxxxxxxxx: No such file or directory at /usr/bin/
This error message appears again and again, and I have to kill the process.
Is there something I can do to get it work without renaming my files ?