Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 146871 | Differences between
and this patch

Collapse All | Expand All

(-)gambas2-2.7.0.orig/help/Makefile.am (-4 / +4 lines)
Lines 4-13 Link Here
4
install-exec-local:
4
install-exec-local:
5
	@echo
5
	@echo
6
	@echo "Installing the gambas help files..."
6
	@echo "Installing the gambas help files..."
7
	@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/help
7
	@$(INSTALL) -d $(DESTDIR)$(htmldir)
8
	@rm -rf $(DESTDIR)$(gbdatadir)/help
8
	@cp -R $(srcdir)/help/{tree,*.css,*.png} $(DESTDIR)$(htmldir)
9
	@cp -R $(srcdir)/help $(DESTDIR)$(gbdatadir)
9
	@tar xfz $(srcdir)/help/help.tar.gz -C $(DESTDIR)$(htmldir)
10
	@(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*)
10
	@(cd $(DESTDIR)$(htmldir); $(LN_S) help/img img; $(LN_S) help/image image; rm -f Makefile*)	
11
11
12
uninstall-local:
12
uninstall-local:
13
	@rm -rf $(DESTDIR)$(gbdatadir)/help
13
	@rm -rf $(DESTDIR)$(gbdatadir)/help

Return to bug 146871