Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't remove req1.req requirement #25

Open
aseidlitz opened this issue Dec 30, 2018 · 1 comment
Open

Can't remove req1.req requirement #25

aseidlitz opened this issue Dec 30, 2018 · 1 comment

Comments

@aseidlitz
Copy link

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
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants