* 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
This commit is contained in:
Kevin Dalley 2004-03-12 21:47:08 +00:00
parent b53748c45a
commit 0b3562c562
1 changed files with 7 additions and 7 deletions

View File

@ -9,21 +9,21 @@ SUBDIRS = RSAEuro db lib api apps client sched tools test py
EXTRA_DIST = \ EXTRA_DIST = \
mac_build win_build \ mac_build win_build \
doc html_ops html_user \ doc \
stripchart \ stripchart \
INSTALL INSTALL
py html_user html_ops: py:
[ "$srcdir" != . ] && ln -s $srcdir/$@ $@ [ "$(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 UNIX2DOS = /disks/philmor/a/users/quarl/bin/unix2dos
dist-hook: dist-hook:
rm -rf `find $(distdir) -name CVS -prune` rm -rf `find $(distdir) -name .backup -prune -o -name '*~'`
rm -rf `find $(distdir) -name .backup -prune -o -name *~` PATH=$PATH:$UNIX2DOSDIR cd $(distdir)/win_build && $(UNIX2DOS) boinc.dsw *.dsp
cd $(distdir)/win_build && $(UNIX2DOS) boinc.dsw *.dsp
client-bin: client-bin:
cd client && make client-bin client-bin-gz cd client && make client-bin client-bin-gz