Skip to content

Commit

Permalink
fix build rule
Browse files Browse the repository at this point in the history
  • Loading branch information
berquist committed Apr 26, 2024
1 parent 3e1341b commit dbe2c9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.PHONY: default
default: sphinx

.PHONY: sphinx
Expand Down
3 changes: 1 addition & 2 deletions doc/sphinx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ update_prod:
# place the autogenerated files in the source tree.
.PHONY: build
build:
cd cclib
python -m build --sdist
cd cclib; python -m build --sdist

# Since we have two separate directories, 'checking out' a branch actually
# means making a symlink to the appropriate directory, because scripts should be
Expand Down

0 comments on commit dbe2c9d

Please sign in to comment.