diff -Naur gambas2-2.7.0.orig/help/Makefile.am gambas2-2.7.0/help/Makefile.am --- gambas2-2.7.0.orig/help/Makefile.am 2008-06-12 19:51:10.000000000 +0100 +++ gambas2-2.7.0/help/Makefile.am 2008-06-21 12:25:23.000000000 +0100 @@ -4,10 +4,10 @@ install-exec-local: @echo @echo "Installing the gambas help files..." - @$(INSTALL) -d $(DESTDIR)$(gbdatadir)/help - @rm -rf $(DESTDIR)$(gbdatadir)/help - @cp -R $(srcdir)/help $(DESTDIR)$(gbdatadir) - @(cd $(DESTDIR)$(gbdatadir)/help; tar xfz $(DESTDIR)$(gbdatadir)/help/help.tar.gz; $(LN_S) help/img img; $(LN_S) help/image image; rm -f Makefile*) + @$(INSTALL) -d $(DESTDIR)$(htmldir) + @cp -R $(srcdir)/help/{tree,*.css,*.png} $(DESTDIR)$(htmldir) + @tar xfz $(srcdir)/help/help.tar.gz -C $(DESTDIR)$(htmldir) + @(cd $(DESTDIR)$(htmldir); $(LN_S) help/img img; $(LN_S) help/image image; rm -f Makefile*) uninstall-local: @rm -rf $(DESTDIR)$(gbdatadir)/help