Index: gap-radiroot-2.8/doc/make_doc
===================================================================
--- gap-radiroot-2.8.orig/doc/make_doc
+++ gap-radiroot-2.8/doc/make_doc
@@ -14,7 +14,7 @@ tex manual
 # ... and build its bibliography (uncomment if there is no `manual.bib')
 bibtex manual
 # TeX the manual again to incorporate the ToC ... and build the index
-tex manual; ../../../doc/manualindex manual
+tex manual; /usr/share/gap/etc/manualindex manual
 # Finally TeX the manual again to get cross-references right
 tex manual
 # Create the PostScript version (uncomment next line, if needed)
@@ -25,7 +25,7 @@ pdftex manual; pdftex manual
 # The HTML version of the manual
 mkdir -p ../htm
 echo "Creating HTML documentation"
-../../../etc/convert.pl -t -c -u -n Radiroot . ../htm
+GAP_CONVERT_DATE="April 2018" /usr/share/gap/etc/convert.pl -t -c -u -n Radiroot . ../htm
 
 #############################################################################
 ##
Index: gap-radiroot-2.8/doc/manual.tex
===================================================================
--- gap-radiroot-2.8.orig/doc/manual.tex
+++ gap-radiroot-2.8/doc/manual.tex
@@ -7,7 +7,7 @@
 %%
 %F  gapmacro . . . . . . . . . . . . . . . . . read the GAP macro package
 %%
-\input ../../../doc/gapmacro
+\input /usr/share/gap/etc/gapmacro
 \Package{Radiroot}    %This defines {\Radiroot} . . see "ext:The Main File"
 \Package{Alnuth}    %This defines {\Alnuth} . . see "ext:The Main File"
 %
@@ -25,7 +25,7 @@
 %%
 %\UseReferences{../../../doc/ext}
 \UseGapDocReferences{../../../doc/ref}
-\UseGapDocReferences{../../gapdoc/doc}  %Refs to a GAPDoc-produced manual
+%\UseGapDocReferences{../../GAPDoc/doc}  %Refs to a GAPDoc-produced manual
 %
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
@@ -41,7 +41,7 @@
   \centerline{\secfont by}\vfill
   \centerline{\secfont Andreas Distler}\bigskip
   \centerline{\tt a.distler@tu-bs.de}\vfill
-  \centerline{\secfont{\Month} \Year}
+  \centerline{\secfont{April} 2014}
 }
 %
 %
@@ -60,7 +60,7 @@
 \FrontMatter
 %The following is needed if there are
 %\cite commands and a `manual.bib' file
-\immediate\write\citeout{\bs bibdata{./manual,../../../doc/manual}}
+\immediate\write\citeout{\bs bibdata{./manual,/usr/share/gap/doc/manualbib.xml.bib}}
 %
 %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
