--- rxvt-unicode/Makefile.in 2003/12/18 00:56:51 1.3 +++ rxvt-unicode/Makefile.in 2005/02/02 08:09:23 1.10 @@ -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.10 2005/02/02 08:09:23 root Exp $ @MCOMMON@ srcdir = @srcdir@ @@ -9,8 +9,8 @@ first_rule: all dummy: -subdirs = src doc src/graphics src/test -allsubdirs = W11 $(subdirs) +subdirs = src doc +allsubdirs = $(subdirs) DIST = INSTALL README.configure configure Makefile Makefile.in ChangeLog @@ -25,7 +25,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 +33,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 # @@ -43,12 +41,6 @@ rxvt: (cd src; ${MAKE}) -clock: - (cd rclock; ${MAKE}) - -graphics qplot: - (cd src/graphics; ${MAKE} qplot) - tests: (cd src/test; ${MAKE} tests) @@ -70,7 +62,6 @@ $(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: @@ -89,15 +80,18 @@ (cd $(srcdir); $(RMF) Makefile autoconf/Make.common) distdir: + cd doc && $(MAKE) distdepend 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