X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=907d934ed435159a6605b645ef88021b4d6b37a2;hp=2a4ae904bb2fdc342301ca0f5477ba5a388bdcb3;hb=99f1879827d5be93a6363b5adbc83b824135dd88;hpb=b7ef3b5b8eeb39b408065eaf0f77a978bd911e69 diff --git a/Makefile.am b/Makefile.am index 2a4ae90..907d934 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,5 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2008 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 + +