*** empty log message ***
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1372 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
parent
2d53ee8b6b
commit
8f7f0113a6
14
distribute
14
distribute
@ -1,8 +1,7 @@
|
|||||||
#/bin/bash
|
#/bin/bash
|
||||||
# Guess what: this code works for me!
|
# Guess what: this code works for me!
|
||||||
|
|
||||||
version="Yap-4.5.7"
|
version="Yap-5.0.0"
|
||||||
PATH="$PATH":~/bin/noarch
|
|
||||||
splat
|
splat
|
||||||
cd C
|
cd C
|
||||||
splat
|
splat
|
||||||
@ -40,7 +39,8 @@ splat
|
|||||||
if test "$1" = "--small"; then
|
if test "$1" = "--small"; then
|
||||||
make realclean
|
make realclean
|
||||||
else
|
else
|
||||||
make
|
make html
|
||||||
|
make pdf
|
||||||
make clean
|
make clean
|
||||||
fi
|
fi
|
||||||
cd ../include
|
cd ../include
|
||||||
@ -51,9 +51,7 @@ cd regex
|
|||||||
splat
|
splat
|
||||||
cd ../yap2swi
|
cd ../yap2swi
|
||||||
splat
|
splat
|
||||||
cd ../../m4
|
cd ../../misc
|
||||||
splat
|
|
||||||
cd ../misc
|
|
||||||
splat
|
splat
|
||||||
cd ../pl
|
cd ../pl
|
||||||
splat
|
splat
|
||||||
@ -83,7 +81,7 @@ cd examples
|
|||||||
splat
|
splat
|
||||||
cd ../../../..
|
cd ../../../..
|
||||||
if test "$1" = "--small"; then
|
if test "$1" = "--small"; then
|
||||||
tar cvzf "$version"-small.tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,m4,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,OPTYap,CLPQR,CHR,CLPBN} # --exclude=CLPQR/clpqr/examples --exclude=CHR/chr/examples
|
tar cvzf "$version"-small.tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,OPTYap,CLPQR,CHR,CLPBN} # --exclude=CLPQR/clpqr/examples --exclude=CHR/chr/examples
|
||||||
else
|
else
|
||||||
tar cvzf "$version".tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,m4,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,build-distr,OPTYap,CLPQR,CHR,CLPBN,Logtalk}
|
tar cvzf "$version".tar.gz --exclude=CVS "$version"/{Artistic,INSTALL,README*,changes*,config*,install-sh,Makefile.in,.depend.in,distribute,C,H,VC,console,docs,include,library,misc,pl,LGPL/README,LGPL/pillow/[C-Z]*,LGPL/pillow/*.pl,LGPL/pillow/doc/*info*,LGPL/JPL/jpl.yap,LGPL/JPL/jpl_paths.yap.in,LGPL/JPL/Makefile.in,LGPL/JPL/java,LGPL/JPL/src,build-distr,build-distr,OPTYap,CLPQR,CHR,CLPBN,Logtalk}
|
||||||
fi
|
fi
|
||||||
|
Reference in New Issue
Block a user