view Makefile @ 562:aef51fc30dcd
move generation of html to method of structure.BlockMixin
blocks3d program now only calls methods (and parse arguments)
 | author | 
 boris (kodomo) <bnagaev@gmail.com> | 
 | date | 
 Wed, 16 Mar 2011 22:26:42 +0300 | 
 | parents | 
 747b4fef09e0  | 
 | children | 
 b291f9c34b49  | 
 line source
     1 components_cif_gz_url = \ 
     2 	ftp://ftp.ebi.ac.uk/pub/databases/rcsb/pdb/data/monomers/components.cif.gz
 
     3 codes_py = allpy/data/codes.py
 
     4 components_cif = allpy/data/components.cif
 
    12 	sphinx-autopackage --suffix
=rst --dest-dir
=docs/source/allpy/ allpy
 
    16 	rm docs/source/allpy/*
 
    26 $(codes_py
): 
$(components_cif
) 
    27 	python allpy/data/mkcodes.py -i 
$< -o 
$@ 
    30 	wget -O - 
$(components_cif_gz_url
) | zcat > 
$@