
PROGS :=
  
LIBS := \
  mformula.py \
  mformula_args.py \
  mformula_carbon_chain_horz.py \
  mformula_carbon_suboxide.py \
  mformula_fatty_acid.py \
  mformula_hydrocarbon.py \
  mformula_oxocarbon.py \
  mformula_svg.py \
  mformula_utils.py \
  
include ${STOLFIHOME}/programs/GENERIC-SCRIPTS.make

archive-figs: 
	tar -cvzf ../`yyyy-mm-dd`-wiki-chemform-figs.tgz *.py tests/Makefile tests/in/*.py tests/out/*.svg
