Added rule for pushing reference manual on remote server.

time-shift
Stéphane Adjemian (Charybdis) 2019-02-19 11:24:18 +01:00
parent f8ba3da65d
commit 7d93021839
Signed by untrusted user who does not match committer: stepan
GPG Key ID: A6D44CB9C64CE77B
1 changed files with 3 additions and 0 deletions

View File

@ -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)