Makefile not bundling my grfs anymore

Discussions about the technical aspects of graphics development, including NewGRF tools and utilities.

Moderator: Graphics Moderators

Post Reply
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Makefile not bundling my grfs anymore

Post by Erato »

Hey!

I've tried updating a grf today, and I wanted to add the readme and all to a tar file, and distribute that. Usually this is done by the compiler. While it used to (and still does for some projects, but not all) output this at the end:

Code: Select all

[BUNDLE] mygrf
[BUNDLE TAR] mygrf.tar
Now it says

Code: Select all

make: *** No rule to make target `docs/readme.txt', needed by `all'. Stop.
For some, but not all my grfs. Updating NML and copying NML/makefile from a project where it does work doesn't seem to have an effect.

Does anyone know how to make my compiler bundle grfs again?

Thanks!
No pics no clicks. Seriously.
ImageImageImageImageImageImage
User avatar
jfs
Tycoon
Tycoon
Posts: 1757
Joined: 08 Jan 2003 23:09
Location: Denmark

Re: Makefile not bundling my grfs anymore

Post by jfs »

Does the docs/readme.txt file exist? If it does not, is it supposed to be automatically generated? If not, try making it yourself.

That's what it's complaining about: The docs/readme.txt file does not exist and 'make' does not have any rules how to create it.
User avatar
Erato
Chief Executive
Chief Executive
Posts: 740
Joined: 25 May 2015 09:09
Location: The Netherlands

Re: Makefile not bundling my grfs anymore

Post by Erato »

jfs wrote: 23 Aug 2019 18:40 Does the docs/readme.txt file exist? If it does not, is it supposed to be automatically generated? If not, try making it yourself.

That's what it's complaining about: The docs/readme.txt file does not exist and 'make' does not have any rules how to create it.
That's really weird. I thought it was there, but it just isn't.

Thanks! This helps.
No pics no clicks. Seriously.
ImageImageImageImageImageImage
Post Reply

Return to “NewGRF Technical Discussions”

Who is online

Users browsing this forum: No registered users and 12 guests