florath / rmtoo

Free and Open Source Requirements Management TooL
http://rmtoo.florath.net
Other
206 stars 59 forks source link

Can't remove req1.req requirement #25

Open aseidlitz opened 5 years ago

aseidlitz commented 5 years ago

I've added my own requirements and able to generate artifacts. But if delete a sample req1, I get the following error:

make: *** No rule to make target `requirements/req1.req', needed by `artifacts/reqtopics.tex'. Stop.

Seems like the file is hardcoded in built in reqtopics.tex template.

Thanks.

christianlupus commented 5 years ago

I think this is a problem of your makefile setup. You recently removed/renamed the req1.req file right? In this case the problem is, that in the file .rmtoo_dependencies there is still a link to the old req1.req file. You need to make -B or make force or even make clean followed by make in order to remove the dangling files.