--- rxvt-unicode/Makefile.in 2004/01/28 23:48:01 1.5 +++ rxvt-unicode/Makefile.in 2005/12/27 11:30:29 1.12 @@ -1,7 +1,8 @@ # ./Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.5 2004/01/28 23:48:01 pcg Exp $ @MCOMMON@ +VERNAME = rxvt-unicode-$(VERSION) + srcdir = @srcdir@ VPATH = @srcdir@ .PATH: @srcdir@ @@ -9,8 +10,8 @@ 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 +26,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 +34,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,9 +63,11 @@ $(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 +check: all + echo "no tests" + Makefiles: $(SHELL) config.status @@ -83,6 +84,7 @@ (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) distdir: + cd doc && $(MAKE) distdepend rm -rf $(VERNAME) mkdir $(VERNAME) rsync -aR `cat MANIFEST` $(VERNAME)/.