Skip to content

Commit

Permalink
Add gen_impact_function_Ddoc and gen_rst to make docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni committed Mar 8, 2013
1 parent 0aebb4c commit 3e2b57f
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ compile:
@echo "-----------------" @echo "-----------------"
make -C safe_qgis make -C safe_qgis


docs: compile docs: compile gen_impact_function_doc gen_rst
@echo @echo
@echo "-------------------------------" @echo "-------------------------------"
@echo "Compile documentation into html" @echo "Compile documentation into html"
Expand Down Expand Up @@ -254,6 +254,14 @@ gen_impact_function_doc:
@-export PYTHONPATH=`pwd`:$(PYTHONPATH); python scripts/gen_impfunc_doc.py @-export PYTHONPATH=`pwd`:$(PYTHONPATH); python scripts/gen_impfunc_doc.py
@echo $(PYTHONPATH) @echo $(PYTHONPATH)


gen_rst:
@echo
@echo "-----------------------------------"
@echo "Generate InaSAFE API documentation"
@echo "-----------------------------------"
@-export PYTHONPATH=`pwd`:$(PYTHONPATH); python scripts/gen_rst_script.py
@echo $(PYTHONPATH)

pylint-count: pylint-count:
@echo @echo
@echo "---------------------------" @echo "---------------------------"
Expand Down

0 comments on commit 3e2b57f

Please sign in to comment.