From 99e9f575bfd7e0bbf24898377ffc0444604fbc2c Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Fri, 18 Jul 2008 02:13:41 -0700 Subject: [PATCH] configure.ac, Makefile.am: drop debian from build and restore doc and tools to dist make target. --- Makefile.am | 3 +-- configure.ac | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 96d6727..f48af74 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,6 @@ # process this file with automake to create a Makefile.in -SUBDIRS = src tools doc debian -DIST_SUBDIRS = src +SUBDIRS = src tools doc pkgconfigdir = @libdir@/pkgconfig pkgconfig_DATA = libraw1394.pc diff --git a/configure.ac b/configure.ac index ab9eb4d..8b9f8ee 100644 --- a/configure.ac +++ b/configure.ac @@ -60,5 +60,4 @@ doc/testlibraw.1 doc/sendiso.1 doc/dumpiso.1 doc/isodump.5 -debian/Makefile ])