This was appropriate with the old logo which was generated from a
.sk source file. The new logo, however, only exists in png format,
so we should never remove it.
The adu.sk~ file can also be skipped from the list of files to be
removed by make clean.
man2html $< | sed -e 's|^<DT><DD>$$|<DT><DD><br>|g' > $@
clean:
- rm -f *.o adu *cmdline.c *cmdline.h adu.1 adu.1.html adu.png index.html adu.sk~
+ rm -f *.o adu *cmdline.c *cmdline.h adu.1 adu.1.html index.html
index.html: adu.1.html index.html.in INSTALL README
sed -e '/@README@/,$$d' index.html.in > $@