yochju / latex-makefile

Automatically exported from code.google.com/p/latex-makefile
Other
0 stars 0 forks source link

Makefile don't work with filenames like "Math project.tex" #24

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an file with a whitespace (For example "The Tetons and the Snake
River.tex") in the filename.
2. Type 'make'

What is the expected output? What do you see instead?
The makefile should invoke the necessary actions for the file, instead the
makefile treats every part of the filename (delimited with a space) as a
single file.

What version of the product are you using? On what operating system?
Latest Svn (Rev 44), Mac OS X and Terminal.app

Please provide any additional information below.
I don't know if this is possible with make, but I think whitespace-support
is important.

Original issue reported on code.google.com by ulrich.moritz on 7 Nov 2008 at 4:10

GoogleCodeExporter commented 9 years ago
Interesting - I thought I had killed all such filename issues.  I'll look into 
this.
 Sorry it took so long to get back to you.  Busy few months.

Original comment by shiblon on 9 Mar 2009 at 3:38

GoogleCodeExporter commented 9 years ago
Making this low priority, since the workaround is so simple (don't do spaces).  
I
still want to look into it, and will gladly accept patches if I'm just too slow.

Original comment by shiblon on 9 Mar 2009 at 3:39

GoogleCodeExporter commented 9 years ago
I have done a lot more research into this, and it is pretty much impossible 
with GNU 
make.  The use of spaces as delimiters is very fundamental to its operation, 
and fixing 
this is a mess.

Original comment by shiblon on 19 Nov 2009 at 6:41