Skip to content
This repository has been archived by the owner on Sep 17, 2022. It is now read-only.

linkml-ws make clean does not delete files in the docs directory. #20

Open
hrshdhgd opened this issue May 18, 2022 · 0 comments
Open

linkml-ws make clean does not delete files in the docs directory. #20

hrshdhgd opened this issue May 18, 2022 · 0 comments

Comments

@hrshdhgd
Copy link
Contributor

hrshdhgd commented May 18, 2022

After creating a project using 'linkml-ws new project-name, the directory structure has two docs directory:

  1. In the home level and
  2. In the src/ directory.

After making some edits to the slot names in the project/linkml/project.yaml file, I ran

  1. make clean
  2. make all

This keeps both the *.md files(old_slot_name.md and the new_slot_name.md) in project/docs directory.

The solution that I have added locally is add another line in the Makefile under clean

rm -rf docs

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

No branches or pull requests

1 participant