Skip to content

Commit 57d2cc4

Browse files
author
Claes Wikstrom
committed
""
git-svn-id: https://erlyaws.svn.sourceforge.net/svnroot/erlyaws/trunk/yaws@27 9fbdc01b-0d2c-0410-bfb7-fb27d70d8b52
1 parent ab8b11c commit 57d2cc4

File tree

5 files changed

+7
-3
lines changed

5 files changed

+7
-3
lines changed

bin/.foobar

Whitespace-only changes.

scripts/Makefile

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ all: yaws.ss
88
then echo "$$HOME/yaws.conf already exists "; \
99
else \
1010
sh ./mangle `pwd`/.. $(ERL) yaws.conf.template.local ${HOME}/yaws.conf; echo "installed yaws.conf in $$HOME "; fi
11+
12+
1113
clean:
1214
rm -f ../bin/yaws
1315

scripts/make-release

+3-2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ mkdir tmp
1515
cvs export -d tmp -r yaws-$Y .
1616
cd tmp
1717
mv yaws yaws-${YAWS_VSN}
18-
tar cfz yaws-${YAWS_VSN}.tar.gz yaws-${YAWS_VSN}
19-
mv yaws-${YAWS_VSN} ..
18+
ln -s yaws-{YAWS_VSN} yaws
19+
tar cfz yaws-${YAWS_VSN}.tar.gz yaws yaws-${YAWS_VSN}
20+
mv yaws-${YAWS_VSN}.tar.gz ..
2021

vsn.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
YAWS_VSN=0.23
1+
YAWS_VSN=0.24

www/history.yaws

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ out(A) ->
1212
<table border="2">
1313

1414

15+
<tr><td> Ma4 4 2002 made release 0.24 <td><tr>
1516
<tr><td> Feb 28, 2002 Added traffic trace -t flag and ~/public_html support.
1617
<tr><td> Feb 26, 2002 Cought I/O from the erlang compiler when compiling.
1718
The compiler will (wrongly) produce some errors plainly to the tty.

0 commit comments

Comments
 (0)