summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-07-29 22:35:08 +0000
committerLennart Poettering <lennart@poettering.net>2004-07-29 22:35:08 +0000
commit16c7978acc180148061adea85d22f5da7e89f515 (patch)
treec5249a12b679b16e44206bdcadb8c48f6ae52043 /Makefile.am
parentaf91bad80841987a8634fd61e890c488e3dcaac5 (diff)
update debian build system
git-svn-id: file:///home/lennart/svn/public/bidilink/trunk@13 9cde1c1d-e4d0-0310-8a68-bf217395ea82
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 b6109d1..bf56462 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -16,7 +16,7 @@
# along with bidilink; 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