At the moment, the file organization is inconsistent. E. g. doc directory including the tutorial files, while the tutorials and documentation is placed at the root directory.
Furthermore, the Makefile is confusing. E. g. calling the doc Makefile should depend on edu-tut.tex. Maybe it would be better not to work with wildcards edu.pdf vs. *.pdf for a more individual handling.
At the moment, the file organization is inconsistent. E. g. doc directory including the tutorial files, while the tutorials and documentation is placed at the root directory.
Furthermore, the Makefile is confusing. E. g. calling the doc Makefile should depend on
edu-tut.tex
. Maybe it would be better not to work with wildcardsedu.pdf
vs.*.pdf
for a more individual handling.