Skip to content

Commit

Permalink
Merge pull request #4 from sdss/TraceTweakClean
Browse files Browse the repository at this point in the history
Trace tweak clean
  • Loading branch information
Sean-Morrison authored Dec 8, 2024
2 parents 5a2889b + 3fafccb commit 081db85
Show file tree
Hide file tree
Showing 1,030 changed files with 19,392 additions and 407,923 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ src/*.o
*/.DS_Store
.DS_Store
pro/.DS_Store
*.pyc
5 changes: 3 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ all :
# Used to (re)make the documentation files
#
doc :
$(MAKE) -C doc clean
$(MAKE) -C doc all
$(MAKE) -C $(MAKE) -C docs/sphinx/ clean
$(MAKE) -C $(MAKE) -C docs/sphinx/ html singlehtml latexpdf
$(MAKE) -C $(MAKE) -C docs/sphinx/ clean_tmp
#
# Install things in their proper places in $(INSTALL_DIR)
#
Expand Down
Loading

0 comments on commit 081db85

Please sign in to comment.