Skip to content
Snippets Groups Projects
Commit 85741e57 authored by nimrod's avatar nimrod
Browse files

Merge branch 'master' into nimrod

parents d7c1be5a 96e9eb78
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ resume.odt: $(RESUME) ...@@ -27,7 +27,7 @@ resume.odt: $(RESUME)
pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt pandoc $(RESUME) -V papersize=$(PAPERSIZE) -o resume.odt
clean: clean:
rm -f resume.html resume.pdf resume.docx resume.odt *.log git clean -fdX
publish: all publish: all
rsync -az resume.html resume.pdf resume.odt resume.docx $(SERVER):$(DEST) rsync -az resume.html resume.pdf resume.odt resume.docx $(SERVER):$(DEST)
......
...@@ -13,8 +13,8 @@ in my `about me <https://www.shore.co.il/blog/pages/about-me.html>`_ page. ...@@ -13,8 +13,8 @@ in my `about me <https://www.shore.co.il/blog/pages/about-me.html>`_ page.
Dependencies Dependencies
------------ ------------
Make, pandoc, rsync, pdflatex (in Debian texlive-latex-base provides pdflatex, - `Docker <https://www.docker.com/>`_ (for building).
also texlive-fonts-recommended is needed for the fonts it provides). - rsync (for uploading).
Usage Usage
----- -----
...@@ -26,13 +26,13 @@ To build the pdf version (same for odt, html, docx) ...@@ -26,13 +26,13 @@ To build the pdf version (same for odt, html, docx)
.. code:: shell .. code:: shell
make pdf docker run -itv "$PWD:/project" adarnimrod/presentation make pdf
To build all versions To build all versions
.. code:: shell .. code:: shell
make all docker run -itv "$PWD:/project" adarnimrod/presentation make
To upload to webserver (includes rebuilding all versions) To upload to webserver (includes rebuilding all versions)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment