Zebra Debian packages. Towards 1.3.2
[idzebra-moved-to-github.git] / Makefile.am
index 91835e9..2096f0d 100644 (file)
@@ -1,4 +1,4 @@
-## $Id: Makefile.am,v 1.4 2002-04-05 08:46:26 adam Exp $
+## $Id: Makefile.am,v 1.5 2002-09-05 14:36:20 adam Exp $
 
 AUTOMAKE_OPTIONS=foreign
 
@@ -19,6 +19,12 @@ dist-hook:
                        cp $$i $(distdir)/win; \
                fi; \
        done
+       mkdir $(distdir)/debian
+       cp $(srcdir)/debian/control $(distdir)/debian
+       cp $(srcdir)/debian/changelog $(distdir)/debian
+       cp $(srcdir)/debian/rules $(distdir)/debian
+       cp $(srcdir)/debian/postinst $(distdir)/debian
+
 
 rpm: $(PACKAGE)-$(VERSION).tar.gz
        cp $(PACKAGE)-$(VERSION).tar.gz /usr/src/redhat/SOURCES