From 5da7543db22da5fb1ad6edde8afd943f07715ba2 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sat, 28 Jun 2008 16:48:21 +0200 Subject: [PATCH] Include the makefile in the generated archive This will help with building the epydoc-generated documentation. Also remove obsolete 'log' target from the makefile. --- MANIFEST.in | 1 + Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 8819c78..04fba87 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,6 +1,7 @@ include COPYING include IMPLEMENTATION include MANIFEST +include Makefile include NEWS include PLATFORMS include README diff --git a/Makefile b/Makefile index 1e1537b..354046f 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -.PHONY: doc log test +.PHONY: doc test all: doc test -- 2.39.2