view Makefile @ 8:45a13fe6e0be

Completed initial description of the mechanism for explicit bootstrapping and implicit during Diameter EAP authentication.
author Sebastien Decugis <sdecugis@nict.go.jp>
date Wed, 18 Mar 2009 13:21:39 +0900
parents 7e04f74f6b2a
children 258e3618b438
line wrap: on
line source

all: New_ERP_draft.txt

clean:
	rm -f New_ERP_draft.txt

New_ERP_draft.txt: New_ERP_draft_src.txt
	echo "=====================" > New_ERP_draft.txt
	hg log New_ERP_draft_src.txt >> New_ERP_draft.txt
	echo "=====================" >> New_ERP_draft.txt
	fold -s New_ERP_draft_src.txt >> New_ERP_draft.txt
	fromdos New_ERP_draft.txt


"Welcome to our mercurial repository"