3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-12 04:03:45 +00:00

Docs: docs/source/cmd is source only

i.e. we don't need to clean it, and we don't need to include it in the docs artifact
This commit is contained in:
Krystine Sherwin 2025-03-21 10:26:11 +13:00
parent 49907914c4
commit 343758371d
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -59,7 +59,6 @@ jobs:
with:
name: cmd-ref-${{ github.sha }}
path: |
docs/source/cmd
docs/source/generated
docs/source/_images
docs/source/code_examples

View file

@ -1090,7 +1090,7 @@ clean:
rm -f tests/tools/cmp_tbdata
rm -f $(addsuffix /run-test.mk,$(MK_TEST_DIRS))
-$(MAKE) -C docs clean
rm -rf docs/source/cmd docs/util/__pycache__
rm -rf docs/util/__pycache__
clean-abc:
$(MAKE) -C abc DEP= clean