--- rxvt-unicode/Makefile.in 2005/01/17 01:55:12 1.9 +++ rxvt-unicode/Makefile.in 2006/01/07 20:24:07 1.13 @@ -1,7 +1,8 @@ # ./Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.9 2005/01/17 01:55:12 root Exp $ @MCOMMON@ +VERNAME = rxvt-unicode-$(VERSION) + srcdir = @srcdir@ VPATH = @srcdir@ .PATH: @srcdir@ @@ -9,7 +10,7 @@ first_rule: all dummy: -subdirs = src doc src/test +subdirs = src doc allsubdirs = $(subdirs) DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -64,6 +65,9 @@ install: installdirs @for I in $(subdirs); do (cd $$I; $(MAKE) DESTDIR=$(DESTDIR) $@) || exit 1; done +check: all + echo "no tests" + Makefiles: $(SHELL) config.status @@ -81,6 +85,7 @@ distdir: cd doc && $(MAKE) distdepend + cd src && $(MAKE) depend rm -rf $(VERNAME) mkdir $(VERNAME) rsync -aR `cat MANIFEST` $(VERNAME)/.