X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=907d934ed435159a6605b645ef88021b4d6b37a2;hp=97d78c6ba576463f9aefa448300e8ecff160f0b2;hb=99f1879827d5be93a6363b5adbc83b824135dd88;hpb=553a857a20bc8ab0e02c2efb1241e9a931b13353 diff --git a/Makefile.am b/Makefile.am index 97d78c6..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 @@ -15,12 +15,17 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = yaz.pc SPEC_FILE=$(PACKAGE).spec -EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS TODO \ +EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS \ yaz-config.in yaz.pc.in m4/yaz.m4 m4/yaz_libxml2.m4 buildconf.sh \ Doxyfile.in m4/acx_pthread.m4 m4/ac_check_icu.m4 dist-hook: if test -x /usr/bin/git -a -d .git; then git log >ChangeLog ; cp ChangeLog $(distdir); fi - mkdir $(distdir)/win + test -d $(distdir)/win || mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win +.PHONY:debian +debian: + dpkg-buildpackage -rfakeroot + +