diff --git a/NHF/Makefile b/NHF/Makefile
index 777c442bd965e8bda146bfc1b96244c71a272515..38eb7fea2dee9b1726fc594ec94bd3baac1c0bdd 100644
--- a/NHF/Makefile
+++ b/NHF/Makefile
@@ -6,5 +6,8 @@ heap.o : include/heap.h src/heap.cpp
 	c++ -I include/ -c src/heap.cpp
 test_container.o : include/test_container.h include/proc_test.h
 	c++ -I include/ -c src/test_container.cpp
+
 clean :
 	rm NHF main.o heap.o test_container.o
+doc:
+	libreoffice --invisible --convert-to pdf ../Dokumentáció.odt
diff --git a/zipin.sh b/zipin.sh
index 076fca425bf16a4488c3e81e0574311512e0870e..e9ef05103d590ab48bed60e1e8b8542ed090f860 100755
--- a/zipin.sh
+++ b/zipin.sh
@@ -1,4 +1,5 @@
 #! /bin/bash
+#echo "$(readlink -f $0 | sed 's/zipin.sh$//')" #így már nem kell a szkript mappájában állni futtatáskor
 FILENAME=prog2-NHF
 (
 	libreoffice --invisible  --convert-to pdf --outdir /tmp Dokumentáció.odt
@@ -7,4 +8,3 @@ FILENAME=prog2-NHF
 )&
 cd NHF
 zip -r /tmp/$FILENAME.zip main.cpp include src tests
-