From c97bb4d5e64ab710bcd1f3ae6bfee3e4a9f31e85 Mon Sep 17 00:00:00 2001 From: ddennedy Date: Sun, 31 Oct 2004 00:52:28 +0000 Subject: [PATCH] fix make dist without doc git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@142 53a565d1-3bb7-0310-b661-cf11e63c67ab --- debian/Makefile.am | 5 ++--- doc/Makefile.am | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/debian/Makefile.am b/debian/Makefile.am index e32e4ed..6b0f90a 100644 --- a/debian/Makefile.am +++ b/debian/Makefile.am @@ -1,10 +1,9 @@ # process this file with automake to create a Makefile.in -EXTRA_DIST = \ +EXTRA_DIST = \ control \ rules \ changelog \ copyright \ - libraw1394.postinst.in \ - libraw1394-potato.postinst.in \ + libraw1394.postinst.in \ libraw1394-dev.docs diff --git a/doc/Makefile.am b/doc/Makefile.am index 7f1d80c..20e6cbc 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = testlibraw.1.in sendiso.1.in dumpiso.1.in isodump.5.in \ - libraw1394.sgml libraw1394 libraw1394.ps + libraw1394.sgml # man files for testlibraw man_MANS = testlibraw.1 sendiso.1 dumpiso.1 isodump.5