projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
273716a
)
Add debian make rule
author
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Sep 2009 15:36:14 +0000
(17:36 +0200)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Wed, 2 Sep 2009 15:36:14 +0000
(17:36 +0200)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index
d7ae269
..
0f1d062
100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-24,3
+24,8
@@
dist-hook:
test -d $(distdir)/win || mkdir $(distdir)/win
-cp $(srcdir)/win/* $(distdir)/win
+.PHONY:debian
+debian:
+ dpkg-buildpackage -rfakeroot
+
+