--- doc/Makefile.orig	2009-12-10 18:44:03.000000000 +0100
+++ doc/Makefile	2010-01-05 14:00:09.000000000 +0100
@@ -4,7 +4,7 @@
 
 DELFILES=xca*.html xca.1.gz
 
-doc: xca.1.gz xca.html
+doc: xca.1.gz
 include $(TOPDIR)/Rules.mak
 
 mandir=man
@@ -13,8 +13,7 @@
 	gzip -9 <$^ >$@
 
 xca.html: xca.sgml
-	echo '<h1>No documentation generated</h1>' > $@
-	$(LINUXDOC) -B html $<
+	echo 'The documentation for XCA can be viewed online at: <a href="http://xca.sourceforge.net/">http://xca.sourceforge.net/</a>.' > $@
 
 install: xca.1.gz xca.html
 	install -m 755 -d $(destdir)$(docdir) \
@@ -22,8 +21,4 @@
 	install -m 644 xca*.html $(destdir)$(docdir)
 	install xca.1.gz $(destdir)$(prefix)/$(mandir)/man1
 
-app: xca.html
-	mkdir -p $(APPDIR)/Resources
-	install -m 644 xca*.html $(APPDIR)/Resources
-
 
