Sophie

Sophie

distrib > Fedora > 14 > x86_64 > media > updates > by-pkgid > a493f4849890f585e79f249ecf8c071a > files > 548

python3-docutils-0.7-3.fc14.noarch.rpm

#!/usr/bin/env make

EMACS=/usr/bin/emacs

runtests:
	$(EMACS) --batch -l tests-basic.el
	$(EMACS) --batch -l tests-adjust-section.el

runtests-emacs-cvs:
	$(EMACS) --script tests-basic.el
	$(EMACS) --script tests-adjust-section.el