Author: mis Date: Mon Aug 21 14:51:36 2006 GMT Module: poldek Tag: HEAD ---- Log message: - makefile
---- Files affected: poldek/poldek/python/qrowser: Makefile (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: poldek/poldek/python/qrowser/Makefile diff -u /dev/null poldek/poldek/python/qrowser/Makefile:1.1 --- /dev/null Mon Aug 21 16:51:36 2006 +++ poldek/poldek/python/qrowser/Makefile Mon Aug 21 16:51:31 2006 @@ -0,0 +1,9 @@ + + +%.py: %.ui + pyuic $< -o $@ + +all: mainWindow.py + +clean: + -rm -f *.pyc *~ ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
