projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c526b62
)
we don't need to package all that automake stuff anymore
author
Matthias Braun
<matze@braunis.de>
Thu, 25 Nov 2004 15:57:14 +0000
(15:57 +0000)
committer
Matthias Braun
<matze@braunis.de>
Thu, 25 Nov 2004 15:57:14 +0000
(15:57 +0000)
SVN-Revision: 2191
Jamfile
patch
|
blob
|
history
diff --git
a/Jamfile
b/Jamfile
index
a63ed8f
..
49f762a
100644
(file)
--- a/
Jamfile
+++ b/
Jamfile
@@
-7,8
+7,6
@@
SubInclude TOP data ;
UseAutoconf ;
-# for now...
-Package INSTALL NEWS README COPYING AUTHORS ChangeLog ABOUT-NLS depcomp
- install-sh mkinstalldirs missing ;
+# add some additional files to package
+Package INSTALL NEWS README COPYING AUTHORS ChangeLog ;
-Package Makefile.am src/Makefile.am lib/Makefile.am data/Makefile.am ;