mirror of https://github.com/BOINC/boinc.git
* 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:
parent
b53748c45a
commit
0b3562c562
14
Makefile.am
14
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
|
||||
|
|
Loading…
Reference in New Issue