--- rxvt-unicode/Makefile.in 2003/12/18 07:41:39 1.4 +++ rxvt-unicode/Makefile.in 2004/08/12 21:32:40 1.8 @@ -1,5 +1,5 @@ # ./Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.4 2003/12/18 07:41:39 pcg Exp $ +# $Id: Makefile.in,v 1.8 2004/08/12 21:32:40 root Exp $ @MCOMMON@ srcdir = @srcdir@ @@ -9,7 +9,7 @@ first_rule: all dummy: -subdirs = src doc src/graphics src/test +subdirs = src doc src/test allsubdirs = W11 $(subdirs) DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -43,12 +43,6 @@ rxvt: (cd src; ${MAKE}) -clock: - (cd rclock; ${MAKE}) - -graphics qplot: - (cd src/graphics; ${MAKE} qplot) - tests: (cd src/test; ${MAKE} tests) @@ -89,6 +83,7 @@ (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) distdir: + cd doc && $(MAKE) distdepend rm -rf $(VERNAME) mkdir $(VERNAME) rsync -aR `cat MANIFEST` $(VERNAME)/.