automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

automake EXTRA_DIST and filename spaces...


From: John Ratliff
Subject: automake EXTRA_DIST and filename spaces...
Date: Fri, 26 Dec 2008 16:28:05 -0500
User-agent: Thunderbird 2.0.0.18 (X11/20081105)

How can I add a file to the EXTRA_DIST variable that has spaces?

I have tried
EXTRA_DIST = "res/Dragon\ Quest\ I\ &\ II\ (J).cht"
EXTRA_DIST = "res/Dragon\ Quest\ I\ \&\ II\ \(J\).cht"
EXTRA_DIST = "res/Dragon Quest I & II (J).cht"
EXTRA_DIST = res/Dragon\ Quest\ I\ &\ II\ (J).cht

I'm using automake 1.10 if it matters.

I would prefer to keep the filename intact, ampersands, spaces, and parentheses included.

make[1]: *** No rule to make target `"res/Dragon Quest I & II (J).cht"', needed by `distdir'. Stop.

and variants are what I get. I'm using gnu make 3.81.

Thanks,

--John Ratliff





reply via email to

[Prev in Thread] Current Thread [Next in Thread]