Документ взят из кэша поисковой машины. Адрес оригинального документа : http://kodomo.fbb.msu.ru/hg/allpy/rev/60fd4c001ad9
Дата изменения: Unknown
Дата индексирования: Tue Oct 2 01:01:02 2012
Кодировка:
allpy: 60fd4c001ad9

allpy

changeset 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 10476d03bf1d
children 644dc766c4eb 49a5eac1177b
files Makefile
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line diff
     1.1 --- a/Makefile	Fri Jul 29 11:17:53 2011 +0400
     1.2 +++ b/Makefile	Fri Jul 29 20:59:28 2011 +0400
     1.3 @@ -1,4 +1,4 @@
     1.4 -all: doc codes blocks3d-wt blocks3d-www pair-cores-www tests
     1.5 +all: codes blocks3d-wt blocks3d-www pair-cores-www tests
     1.6  
     1.7  tests:
     1.8  	PYTHONPATH=$(shell pwd) nosetests --with-doctest \