*** empty log message ***
[dana/urxvt.git] / Makefile.in
index f436e28..1dd51d9 100644 (file)
@@ -1,5 +1,5 @@
 # ./Makefile.in                        -*- Makefile -*-
-# $Id: Makefile.in,v 1.7 2004-05-08 17:21:07 pcg Exp $
+# $Id: Makefile.in,v 1.10 2005-02-02 08:09:23 root Exp $
 @MCOMMON@
 
 srcdir =       @srcdir@
@@ -9,8 +9,8 @@ VPATH =         @srcdir@
 first_rule: all
 dummy:
 
-subdirs = src doc src/test
-allsubdirs = W11 $(subdirs)
+subdirs = src doc
+allsubdirs = $(subdirs)
 
 DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog
 
@@ -25,7 +25,6 @@ MKDIR = $(srcdir)/autoconf/mkinstalldirs
 #-------------------------------------------------------------------------
 
 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 @@ realclean: clean
 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 @@ installdirs:
        $(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,7 +80,7 @@ distclean:
        (cd $(srcdir); $(RMF) Makefile autoconf/Make.common)
 
 distdir:
-       cd doc && $(MAKE) yodl/versioninfo.yo rxvt.html rxvtRef.txt
+       cd doc && $(MAKE) distdepend
        rm -rf $(VERNAME)
        mkdir $(VERNAME)
        rsync -aR `cat MANIFEST` $(VERNAME)/.