diff --git a/Makefile b/Makefile index 234f27f19..b5d7cd0c1 100644 --- a/Makefile +++ b/Makefile @@ -32,3 +32,6 @@ pdf: src/build/latex/dynare.pdf src/build/latex/dynare.pdf: $(SRC) src/source/conf.py make -C src latexpdf + +push: html + rsync -avz src/build/html/* $(TARGET)