Saturday, May 4, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 447  / 1 Year ago, wed, may 31, 2023, 4:08:38

I have been using anjuta to make some programs. I have made a folder in the src directory of the program to store all the images and icons. ( /src/images/icons )



However when i build the tarball the folder does not exist in the compressed file, so I guess I have to include it in my Makefile. How can I edit the makefile so that the images are included ?


More From » directory

 Answers
3

I managed to find a solution to this problem without modifying my MAKEFILE at all. On the other hand I don't know if that solution is acceptable or it's more like an alternative and temporary one.



After creating the tar.gz archive, I opened it with archive manager and clicked 'Add a folder to this archive' then selected the 'images' folder to be added inside the 'src' directory.


[#36461] Wednesday, May 31, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
quivedge

Total Points: 223
Total Questions: 116
Total Answers: 124

Location: Slovenia
Member since Wed, Apr 6, 2022
2 Years ago
;