added install Makefile target

This commit is contained in:
Jan Benda 2021-03-03 19:58:31 +01:00
parent 60e13921e1
commit bed41a95cb

View File

@ -19,6 +19,9 @@ watchtalks : watchtalk
watchtalk : watchtalk :
while true; do ! make -q talk && make talk; sleep 0.5; done while true; do ! make -q talk && make talk; sleep 0.5; done
install :
./install.sh
clean : clean :
rm -f *~ rm -f *~
@ -34,6 +37,7 @@ help :
" no matter whether you changed the .tex file or not.\n\n"\ " no matter whether you changed the .tex file or not.\n\n"\
"make watchtalk: make the pdf file of the talk\n"\ "make watchtalk: make the pdf file of the talk\n"\
" whenever the tex file or the plots are modified.\n"\ " whenever the tex file or the plots are modified.\n"\
"make install: install the style files.\n"\
"make clean: remove all intermediate files,\n"\ "make clean: remove all intermediate files,\n"\
" just leave the source files and the final pdf file.\n"\ " just leave the source files and the final pdf file.\n"\
"make cleanup: remove all intermediate files as well as\n"\ "make cleanup: remove all intermediate files as well as\n"\