As adu is based on libosl, the object storage layer, you first have
-to install http://people.tuebingen.mpg.de/maan/osl/ (libosl).
+to install [libosl](http://people.tuebingen.mpg.de/maan/osl/).
Adu's command line parser and the interactive help are generated by
-http://www.gnu.org/software/gengetopt/gengetopt.html (gnu gengetopt).
+[gnu gengetopt](http://www.gnu.org/software/gengetopt/gengetopt.html).
Hence the gengetopt package must be installed to compile adu from
source.
-In order to generate the man page,
-ftp://ftp.gnu.org/pub/gnu/help2man (help2man)
-must be installed. For the html version of the man page,
-http://www.triptico.com/software/grutatxt.html (grutatxt) is used.
+To generate the man page,
+[help2man](ftp://ftp.gnu.org/pub/gnu/help2man) must be installed.
index.html: adu.1.html index.html.in INSTALL README
sed -e '/@README@/,$$d' index.html.in > $@
- grutatxt -nb < README >> $@
+ markdown README >> $@
sed -e '1,/@README@/d' -e '/@INSTALL@/,$$d' index.html.in >> $@
- grutatxt -nb < INSTALL >> $@
+ markdown INSTALL >> $@
sed -e '1,/@INSTALL@/d' -e '/@MAN_PAGE@/,$$d' index.html.in >> $@
sed -e '1,/Return to Main Contents/d' -e '/Index/,$$d' adu.1.html >> $@
sed -e '1,/@MAN_PAGE@/d' index.html.in >> $@