Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
r315 r358 12 12 FLAGS = PWD=$(PWD) PLATFORM=$(PLATFORM) PREFIX=$(PREFIX) 13 13 14 .PHONY: all format clean ./Server ./Common ./Module get-version 14 .PHONY: all format clean ./Server ./Common ./Module get-version src-archive 15 15 16 16 all: ./Server $(MODULE) 17 18 src-archive: clean 19 @svn cleanup --remove-unversioned 20 cp -rf . /tmp/tewi-`grep "define TW_VERSION" Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'` 21 cd /tmp && tar --exclude .github -czvf tewi-`grep "define TW_VERSION" tewi-*/Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`.tar.gz tewi-`grep "define TW_VERSION" tewi-*/Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'` 22 mv /tmp/tewi-`grep "define TW_VERSION" Server/tw_version.h | grep -Eom 1 '"[^\]+' | sed 's/^"//g'`.tar.gz ./ 17 23 18 24 ./Tool/option: ./Tool/option.c config.h -
trunk/README
r352 r358 5 5 6 6 All documentations for Tewi HTTPd will be able to be found on-line at 7 https://trac.nishi.boats/tewi 7 1. https://pnsk-lab.github.io/tewi 8 2. https://trac.nishi.boats/tewi 8 9 9 10 Distribution Contents -
trunk/README.tmpl
r352 r358 5 5 6 6 All documentations for Tewi HTTPd will be able to be found on-line at 7 https://trac.nishi.boats/tewi 7 1. https://pnsk-lab.github.io/tewi 8 2. https://trac.nishi.boats/tewi 8 9 9 10 Distribution Contents
Note:
See TracChangeset
for help on using the changeset viewer.