configure.ac, Makefile.am: drop debian from build and restore doc and tools
to dist make target.
This commit is contained in:
parent
e90c205d1b
commit
99e9f575bf
|
@ -1,7 +1,6 @@
|
||||||
# process this file with automake to create a Makefile.in
|
# process this file with automake to create a Makefile.in
|
||||||
|
|
||||||
SUBDIRS = src tools doc debian
|
SUBDIRS = src tools doc
|
||||||
DIST_SUBDIRS = src
|
|
||||||
|
|
||||||
pkgconfigdir = @libdir@/pkgconfig
|
pkgconfigdir = @libdir@/pkgconfig
|
||||||
pkgconfig_DATA = libraw1394.pc
|
pkgconfig_DATA = libraw1394.pc
|
||||||
|
|
|
@ -60,5 +60,4 @@ doc/testlibraw.1
|
||||||
doc/sendiso.1
|
doc/sendiso.1
|
||||||
doc/dumpiso.1
|
doc/dumpiso.1
|
||||||
doc/isodump.5
|
doc/isodump.5
|
||||||
debian/Makefile
|
|
||||||
])
|
])
|
||||||
|
|
Reference in New Issue