--- rxvt-unicode/Makefile.in 2004/01/28 23:48:01 1.5 +++ rxvt-unicode/Makefile.in 2005/01/17 01:55:12 1.9 @@ -1,5 +1,5 @@ # ./Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.5 2004/01/28 23:48:01 pcg Exp $ +# $Id: Makefile.in,v 1.9 2005/01/17 01:55:12 root Exp $ @MCOMMON@ srcdir = @srcdir@ @@ -10,7 +10,7 @@ dummy: subdirs = src doc src/test -allsubdirs = W11 $(subdirs) +allsubdirs = $(subdirs) DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -25,7 +25,6 @@ #------------------------------------------------------------------------- all allbin alldoc tags: - @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done realclean: clean @@ -34,7 +33,6 @@ clean: $(RMF) *~ config.cache $(RMF) -r autom4te.cache - @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi @for I in ${subdirs}; do (cd $$I; ${MAKE} $@) || exit 1; done # @@ -64,7 +62,6 @@ $(MKDIR) $(DESTDIR)$(mandir) install: installdirs - @if test x@host_os@ = xcygwin; then (cd W11; ${MAKE} $@) || exit 1; fi @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done Makefiles: @@ -83,6 +80,7 @@ (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) distdir: + cd doc && $(MAKE) distdepend rm -rf $(VERNAME) mkdir $(VERNAME) rsync -aR `cat MANIFEST` $(VERNAME)/.