gambas-source-code/help/Makefile.am
Benoît Minisini ba19f3c1dd * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 16:41:49 +00:00

13 lines
427 B
Makefile

SUBDIRS = help
EXTRA_DIST = reconf spec
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)
uninstall-local:
@rm -rf $(DESTDIR)$(gbdatadir)/help