diff --git a/Makefile b/Makefile index 9fdb41a937ed6f54fbe60bcab7044d2ee0c1bf1a..03c143cc3af94ef4e7148dc3d70a90c27196d558 100644 --- a/Makefile +++ b/Makefile @@ -38,8 +38,8 @@ example.pdf: example.tex fithesis3.cls # into the directory provided as the "to" argument. install: @if [ -z "$(to)" ]; then echo "Usage: make to=DIRECTORY install"; exit 1; fi - mkdir --parents "$(to)" - cp --parents --verbose $(INSTALLFILES) "$(to)" + mkdir --parents "$(to)/fithesis3" + cp --parents --verbose $(INSTALLFILES) "$(to)/fithesis3" # This pseudo-target removes any existing auxiliary files. clean: