Update various URLs
[yaz-moved-to-github.git] / Makefile.am
index da906e9..a00c190 100644 (file)
@@ -1,5 +1,6 @@
 ## This file is part of the YAZ toolkit.
-## Copyright (C) 1995-2008 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) yaz.spec.sles 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
+
+