configure.ac, Makefile.am: drop debian from build and restore doc and tools

to dist make target.
This commit is contained in:
Dan Dennedy 2008-07-18 02:13:41 -07:00
parent e90c205d1b
commit 99e9f575bf
2 changed files with 1 additions and 3 deletions

View File

@ -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

View File

@ -60,5 +60,4 @@ doc/testlibraw.1
doc/sendiso.1
doc/dumpiso.1
doc/isodump.5
debian/Makefile
])