X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.am;h=a00c190fdbd061b067d1303d1bab9a48a11489b4;hp=d7ae269c89048f60b120aeb19a70ca012f3da8c0;hb=dca8928db421aa8750ac9ffead1a5c09a85f4f8b;hpb=3fe8d724fd45258f340a8396877aa93bd0a93d00 diff --git a/Makefile.am b/Makefile.am index d7ae269..a00c190 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,6 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2009 Index Data +## Copyright (C) Index Data +## See the file LICENSE for details. AUTOMAKE_OPTIONS = foreign @@ -15,7 +16,7 @@ pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = yaz.pc SPEC_FILE=$(PACKAGE).spec -EXTRA_DIST=$(SPEC_FILE) README LICENSE NEWS \ +EXTRA_DIST=$(SPEC_FILE) IDMETA README LICENSE NEWS m4/id-config.sh \ 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 @@ -24,3 +25,8 @@ dist-hook: test -d $(distdir)/win || mkdir $(distdir)/win -cp $(srcdir)/win/* $(distdir)/win +.PHONY:debian +debian: + dpkg-buildpackage -rfakeroot + +