--- a/doc/manual.tex
+++ b/doc/manual.tex
@@ -1,4 +1,4 @@
-\input ../../../doc/gapmacro.tex
+\input ../../../etc/gapmacro.tex
 \Package{Cryst}
 \Package{CrystCat}
 
--- a/doc/make_doc
+++ b/doc/make_doc
@@ -12,7 +12,7 @@
 # TeX the manual again to incorporate the ToC
 tex manual
 # ... and build the index
-../../../doc/manualindex manual
+/usr/share/gap/etc/manualindex manual
 # Finally TeX the manual again to get cross-references right
 tex manual
 
@@ -23,4 +23,4 @@
 # The HTML version of the manual
 mkdir -p ../htm
 echo "Creating HTML documentation"
-../../../etc/convert.pl -i -u -c -n crystcat . ../htm
+/usr/share/gap/etc/convert.pl -i -u -c -n crystcat . ../htm
