# HG changeset patch # User Tero Marttila # Date 1264381282 -7200 # Node ID 5d69e51ebd559d6f6adfd34c040b9aeb2e36af64 # Parent 7c8226668e87348945602d411af538a909ab0729 fix make dist diff -r 7c8226668e87 -r 5d69e51ebd55 Makefile --- a/Makefile Mon Jan 25 03:00:04 2010 +0200 +++ b/Makefile Mon Jan 25 03:01:22 2010 +0200 @@ -15,8 +15,8 @@ LOADLIBES = -lpng -lpthread # output name -DIST_NAME = 78949E-as2 -DIST_RESOURCES = README "Learning Diary.pdf" $(shell "echo python/*.{py,pyx}") +DIST_NAME = pngtile-0.2 +DIST_RESOURCES = README $(shell "echo python/*.{py,pyx}") all: depend lib/libpngtile.so bin/pngtile