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

Collapse All | Expand All

(-)help/Makefile.am.orig (-3 / +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
8
	@rm -rf $(DESTDIR)$(gbdatadir)/help
7
	@rm -rf $(DESTDIR)$(gbdatadir)/help
9
	@cp -R $(srcdir)/help $(DESTDIR)$(gbdatadir)
8
	@$(INSTALL) -d $(DESTDIR)$(gbdatadir)/help
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*)
9
	@cp -R $(srcdir)/help/{tree,*.css,*.png} $(DESTDIR)$(gbdatadir)/help
10
	@tar xfz $(srcdir)/help/help.tar.gz -C $(DESTDIR)$(gbdatadir)/help
11
	@(cd $(DESTDIR)$(gbdatadir)/help; ln -s help/img img; ln -s help/image image; rm -f Makefile*)
11
12
12
uninstall-local:
13
uninstall-local:
13
	@rm -rf $(DESTDIR)$(gbdatadir)/help
14
	@rm -rf $(DESTDIR)$(gbdatadir)/help

Return to bug 229821