#-*- coding: utf-8 -*- #:Progetto: GAM -- Makefile di sviluppo #:Creato: dom 14 nov 2010 14:58:29 CET #:Autore: Lele Gaifax #:Licenza: GNU General Public License version 3 or later # PYTHON := python2.6 SPHINXBUILD := $(abspath bin/sphinx-build) .PHONY: buildout serve database html buildout: bin/buildout .installed.cfg bin/buildout: $(PYTHON) bootstrap.py --distribute .installed.cfg: buildout.cfg bin/buildout serve: buildout bin/paster serve etc/pylgam.ini deploy: bin/buildout -c deploy.cfg database html: buildout $(MAKE) -C src/gam/db SPHINXBUILD=$(SPHINXBUILD) $@