diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2021-06-23 22:25:55 +0200 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2021-06-23 22:25:55 +0200 |
commit | 6968123fadde3b864882851e2cfc99b2e724dec7 (patch) | |
tree | 2608e11074e857b5ddedd8255d4112d23083dd71 /doc/Makefile | |
parent | 08bd7d1bd0f9a564cff7ee7f616d62f234a54057 (diff) | |
download | imago-6968123fadde3b864882851e2cfc99b2e724dec7.tar.gz imago-6968123fadde3b864882851e2cfc99b2e724dec7.zip |
Docs: Written initial planification and system analysis sections.
Diffstat (limited to 'doc/Makefile')
-rw-r--r-- | doc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile b/doc/Makefile index 954ae3c..a631921 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -3,8 +3,8 @@ docName = tfg outputFolder = out -texFiles = tex/tfg.tex tex/introduction.tex tex/previousWorks.tex tex/interface.tex tex/implementation.tex -diagramImgs = diagrams/gameRepresentation.png diagrams/modules.png diagrams/sgfModule.png diagrams/gtpEngine.png +texFiles = tex/tfg.tex tex/introduction.tex tex/planification.tex tex/interface.tex tex/implementation.tex tex/systemAnalysis.tex tex/biber.bib +diagramImgs = diagrams/gameRepresentation.png diagrams/gtpEngine.png diagrams/modules.png diagrams/planificationWorkPlanEngine.png diagrams/planificationWorkPlanGame.png diagrams/sgfModule.png diagrams/useCases.png diagrams/analysisClasses.png all: $(docName).pdf |