--- rxvt-unicode/Makefile.in 2003/12/18 00:56:51 1.3 +++ rxvt-unicode/Makefile.in 2004/03/14 21:51:38 1.6 @@ -1,5 +1,5 @@ # ./Makefile.in -*- Makefile -*- -# $Id: Makefile.in,v 1.3 2003/12/18 00:56:51 pcg Exp $ +# $Id: Makefile.in,v 1.6 2004/03/14 21:51:38 pcg 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,15 +83,18 @@ (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) distdir: + cd doc && $(MAKE) yodl/versioninfo.yo rm -rf $(VERNAME) mkdir $(VERNAME) rsync -aR `cat MANIFEST` $(VERNAME)/. tar.gz: distdir tar cvf - $(VERNAME) | gzip -vf9 > $(VERNAME).tar.gz + rm -rf $(VERNAME) tar.bz2: distdir tar cvf - $(VERNAME) | bzip2 -vf9 > $(VERNAME).tar.bz2 + rm -rf $(VERNAME) dist: tar.bz2