Can't remove req1.req requirement
Opened this issue · 1 comments
aseidlitz commented
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
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.