projects
/
pylibacl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
655770c
)
Include the makefile in the generated archive
author
Iustin Pop
<iusty@k1024.org>
Sat, 28 Jun 2008 14:48:21 +0000
(16:48 +0200)
committer
Iustin Pop
<iusty@k1024.org>
Sat, 28 Jun 2008 14:49:58 +0000
(16:49 +0200)
This will help with building the epydoc-generated documentation.
Also remove obsolete 'log' target from the makefile.
MANIFEST.in
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/MANIFEST.in
b/MANIFEST.in
index 8819c78203194964e0b286042336f3aeede12f6e..04fba87f57bccb8f3ee9abe1d0219379e95dec93 100644
(file)
--- 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 1e1537bd4c2175bade401d6911ec08cbf88e4332..354046f6bccd93772170935dca17ce42b3017f76 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,4
+1,4
@@
-.PHONY: doc
log
test
+.PHONY: doc test
all: doc test