diff --git a/Makefile.am b/Makefile.am index 7e99064f..6cd4aa14 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# $Id: Makefile.am,v 1.2 2004-03-26 11:48:28 dron Exp $ +# $Id: Makefile.am,v 1.3 2004-03-28 11:25:13 dron Exp $ # # Tag Image File Format (TIFF) Software # @@ -35,5 +35,5 @@ EXTRA_DIST = \ VERSION \ autogen.sh -SUBDIRS = libtiff man tools +SUBDIRS = html libtiff man tools diff --git a/Makefile.in b/Makefile.in index 01d7da99..b13a93d6 100644 --- a/Makefile.in +++ b/Makefile.in @@ -14,7 +14,7 @@ @SET_MAKE@ -# $Id: Makefile.in,v 1.49 2004-03-26 11:48:28 dron Exp $ +# $Id: Makefile.in,v 1.50 2004-03-28 11:25:13 dron Exp $ # # Tag Image File Format (TIFF) Software # @@ -62,9 +62,9 @@ PRE_UNINSTALL = : POST_UNINSTALL = : host_triplet = @host@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ - $(srcdir)/Makefile.in $(top_srcdir)/configure \ - $(top_srcdir)/html/Makefile.in ChangeLog TODO config.guess \ - config.sub depcomp install-sh ltmain.sh missing mkinstalldirs + $(srcdir)/Makefile.in $(top_srcdir)/configure ChangeLog TODO \ + config.guess config.sub depcomp install-sh ltmain.sh missing \ + mkinstalldirs subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac @@ -74,7 +74,7 @@ am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno configure.status.lineno mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs CONFIG_HEADER = $(top_builddir)/libtiff/config.h -CONFIG_CLEAN_FILES = html/Makefile +CONFIG_CLEAN_FILES = SOURCES = DIST_SOURCES = RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ @@ -206,7 +206,7 @@ EXTRA_DIST = \ VERSION \ autogen.sh -SUBDIRS = libtiff man tools +SUBDIRS = html libtiff man tools all: all-recursive .SUFFIXES: @@ -243,8 +243,6 @@ $(top_srcdir)/configure: $(am__configure_deps) cd $(srcdir) && $(AUTOCONF) $(ACLOCAL_M4): $(am__aclocal_m4_deps) cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) -html/Makefile: $(top_builddir)/config.status $(top_srcdir)/html/Makefile.in - cd $(top_builddir) && $(SHELL) ./config.status $@ mostlyclean-libtool: -rm -f *.lo @@ -375,7 +373,6 @@ distclean-tags: distdir: $(DISTFILES) $(am__remove_distdir) mkdir $(distdir) - $(mkdir_p) $(distdir)/html @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ list='$(DISTFILES)'; for file in $$list; do \