diff options
Diffstat (limited to 'Docs/source/latex_theory')
-rw-r--r-- | Docs/source/latex_theory/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Docs/source/latex_theory/Makefile b/Docs/source/latex_theory/Makefile index a4572073f..c90e019fb 100644 --- a/Docs/source/latex_theory/Makefile +++ b/Docs/source/latex_theory/Makefile @@ -10,7 +10,6 @@ all: $(SRC_FILES) clean cd ../../../../picsar/Doxygen/pages/latex_theory/; pandoc theory.tex --mathjax -S --wrap=preserve --bibliography allbibs.bib -o picsar_theory.rst mv ../../../../picsar/Doxygen/pages/latex_theory/picsar_theory.rst ../theory cp ../../../../picsar/Doxygen/images/PIC.png ../theory - cp ../../../../picsar/Doxygen/images/Plasma_acceleration_sim.png ../theory cp ../../../../picsar/Doxygen/images/Yee_grid.png ../theory clean: @@ -18,5 +17,4 @@ clean: rm -f ../theory/warpx_theory.rst rm -f ../theory/picsar_theory.rst rm -f ../theory/PIC.png - rm -f ../theory/Plasma_acceleration_sim.png rm -f ../theory/Yee_grid.png |