Skip to content

Commit

Permalink
Fixed Makefile.commont to change CLAW/util to CLAWUTIL
Browse files Browse the repository at this point in the history
Also added clawcode2html.py to clawutil and fixed Makefile.common to point to this.  Need to add other required files for html, e.g. doc.css and jsMath somewhere.  Or MathJax?  Or reconsider using this system at all?
  • Loading branch information
Randy LeVeque committed Oct 10, 2012
1 parent ec45677 commit 453ac13
Show file tree
Hide file tree
Showing 2 changed files with 588 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ debug:
#----------------------------------------------------------------------------

# Command to create *.html files from *.f etc:
CC2HTML = $(CLAW_PYTHON) $(CLAW)/doc/clawcode2html.py --force
CC2HTML = $(CLAW_PYTHON) $(CLAWUTIL)/src/python/clawutil/clawcode2html.py --force

# make list of html files to be created by 'make .htmls':
HTML = \
Expand Down Expand Up @@ -182,7 +182,7 @@ data: $(MAKEFILE_LIST);
# Run the code without checking dependencies:
output: $(MAKEFILE_LIST);
-rm -f .output
$(CLAW_PYTHON) $(CLAW)/clawutil/src/python/clawutil/runclaw.py $(EXE) $(OUTDIR) \
$(CLAW_PYTHON) $(CLAWUTIL)/src/python/clawutil/runclaw.py $(EXE) $(OUTDIR) \
$(OVERWRITE) $(RESTART)
@echo $(OUTDIR) > .output

Expand Down
Loading

0 comments on commit 453ac13

Please sign in to comment.