summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-29 23:38:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-29 23:38:25 +0000
commite36b08f56ba7335cedfa098f78da722f9ed8dcb1 (patch)
tree8c92fed2f6e07d6fff8f0988a01604b15caab325 /Makefile.am
parent7d3fb6a4687da46a23679978a3deb63dc5d37b47 (diff)
add debian stuff
git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@48 022f378f-78c4-0310-b860-d162c87e6274
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a76516e..e39e1c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
# along with aeswepd; if not, write to the Free Software Foundation,
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
-EXTRA_DIST=bootstrap.sh README LICENSE
+EXTRA_DIST=bootstrap.sh README LICENSE debian/changelog debian/compat debian/control debian/copyright debian/dirs debian/docs debian/rules
SUBDIRS=src doc man
MAINTAINERCLEANFILES = README
@@ -37,4 +37,7 @@ homepage:
distcleancheck:
@:
-.PHONY: homepage distcleancheck
+deb:
+ dpkg-buildpackage -rfakeroot
+
+.PHONY: homepage distcleancheck deb