Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/annotate/60fd4c001ad9/Makefile
Дата изменения: Unknown
Дата индексирования: Tue Feb 26 16:11:10 2013
Кодировка:
allpy: Makefile annotate

allpy

annotate Makefile @ 871:60fd4c001ad9

Removed "doc" target from default Makefile targets. The doc target is used to re-generate templates for the ReST documentation for Sphinx for new modules. The results are stored in the repository and are supposed to be manually edited later (some of them do). It also makes a new dependency: sphinx-autotools, which is not a widely distributed package. So, there is no use to have this target for new downloads.
author Daniil Alexeyevsky <dendik@kodomo.fbb.msu.ru>
date Fri, 29 Jul 2011 20:59:28 +0400
parents d16a41be84a3
children 49a5eac1177b
rev   line source
dendik@871 1 all: codes blocks3d-wt blocks3d-www pair-cores-www tests
dendik@540 2
dendik@542 3 tests:
dendik@867 4 PYTHONPATH=$(shell pwd) nosetests --with-doctest \
dendik@863 5 --with-coverage --cover-package=allpy
dendik@540 6
dendik@540 7 doc:
dendik@540 8 sphinx-autopackage --suffix=rst --dest-dir=docs/source/allpy/ allpy
dendik@540 9 $(MAKE) -C docs html
dendik@540 10
dendik@540 11 force-doc:
dendik@540 12 rm docs/source/allpy/*
dendik@540 13 rm -rf docs/build
dendik@540 14 $(MAKE) doc
dendik@540 15
dendik@855 16 codes:
dendik@855 17 $(MAKE) -C allpy/data
dendik@850 18
dendik@856 19 blocks3d-wt:
dendik@856 20 $(MAKE) -C blocks3d/wt
dendik@856 21
dendik@850 22 blocks3d-www:
dendik@850 23 $(MAKE) -C blocks3d/www
dendik@861 24 $(MAKE) -C blocks3d
dendik@861 25
dendik@861 26 pair-cores-www:
dendik@861 27 $(MAKE) -C pair_cores/