From 0b3562c5624e2284de97fe2ad5cdb8650e8a207a Mon Sep 17 00:00:00 2001 From: Kevin Dalley Date: Fri, 12 Mar 2004 21:47:08 +0000 Subject: [PATCH] * Makefile.am (EXTRA_DIST): remove references to html_ops and html_user, which no longer exist. UNIX2DOS now has path which includes quarl's unix2dos. This should be changed, but not yet. svn path=/trunk/boinc/; revision=3058 --- Makefile.am | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Makefile.am b/Makefile.am index f30b1246ba..4c3b034015 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,21 +9,21 @@ SUBDIRS = RSAEuro db lib api apps client sched tools test py EXTRA_DIST = \ mac_build win_build \ - doc html_ops html_user \ + doc \ stripchart \ INSTALL -py html_user html_ops: - [ "$srcdir" != . ] && ln -s $srcdir/$@ $@ +py: + [ "$(srcdir)" != . ] && rm -f $@ && $(LN_S) $(srcdir)/$@ $@ -all-local: html_user html_ops +UNIX2DOS=unix2dos +UNIX2DOSDIR = /disks/philmor/a/users/quarl/bin UNIX2DOS = /disks/philmor/a/users/quarl/bin/unix2dos dist-hook: - rm -rf `find $(distdir) -name CVS -prune` - rm -rf `find $(distdir) -name .backup -prune -o -name *~` - cd $(distdir)/win_build && $(UNIX2DOS) boinc.dsw *.dsp + rm -rf `find $(distdir) -name .backup -prune -o -name '*~'` + PATH=$PATH:$UNIX2DOSDIR cd $(distdir)/win_build && $(UNIX2DOS) boinc.dsw *.dsp client-bin: cd client && make client-bin client-bin-gz