X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=907d934ed435159a6605b645ef88021b4d6b37a2;hp=d7ae269c89048f60b120aeb19a70ca012f3da8c0;hb=99f1879827d5be93a6363b5adbc83b824135dd88;hpb=3fe8d724fd45258f340a8396877aa93bd0a93d00 diff --git a/Makefile.am b/Makefile.am index d7ae269..907d934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2009 Index Data +## Copyright (C) 1995-2010 Index Data AUTOMAKE_OPTIONS = foreign @@ -24,3 +24,8 @@ dist-hook: test -d $(distdir)/win || mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win +.PHONY:debian +debian: + dpkg-buildpackage -rfakeroot + +