root/z3lab/zope/xmlschema/trunk/demo/Makefile

Revision 25995, 141 bytes (checked in by janguenot, 5 years ago)

demo package using the a xsd to generate the add adn edit form

  • Property svn:keywords set to Id
Line 
1 .PHONY: clean check
2
3 check:
4     pychecker2 *.py
5
6 clean:
7     find . "(" -name "*~" -or  -name ".#*" -or -name "*.pyc" ")" -print0 | xargs -0 rm -f
8
Note: See TracBrowser for help on using the browser.