head	1.2;
access;
symbols
	RELENG_7_4_0_RELEASE:1.1.1.1
	RELENG_7_4:1.1.1.1.0.14
	RELENG_7_4_BP:1.1.1.1
	RELENG_7_3_0_RELEASE:1.1.1.1
	RELENG_7_3:1.1.1.1.0.12
	RELENG_7_3_BP:1.1.1.1
	RELENG_7_2_0_RELEASE:1.1.1.1
	RELENG_7_2:1.1.1.1.0.10
	RELENG_7_2_BP:1.1.1.1
	RELENG_7_1_0_RELEASE:1.1.1.1
	RELENG_6_4_0_RELEASE:1.1.1.1.2.1
	RELENG_7_1:1.1.1.1.0.8
	RELENG_7_1_BP:1.1.1.1
	RELENG_6_4:1.1.1.1.2.1.0.8
	RELENG_6_4_BP:1.1.1.1.2.1
	v0_5_10:1.1.1.1
	RELENG_7_0_0_RELEASE:1.1.1.1
	RELENG_6_3_0_RELEASE:1.1.1.1.2.1
	RELENG_7_0:1.1.1.1.0.6
	RELENG_7_0_BP:1.1.1.1
	RELENG_6_3:1.1.1.1.2.1.0.6
	RELENG_6_3_BP:1.1.1.1.2.1
	RELENG_7:1.1.1.1.0.4
	RELENG_7_BP:1.1.1.1
	v0_5_8:1.1.1.1
	RELENG_6_2_0_RELEASE:1.1.1.1.2.1
	RELENG_6_2:1.1.1.1.2.1.0.4
	RELENG_6_2_BP:1.1.1.1.2.1
	RELENG_6_1_0_RELEASE:1.1.1.1.2.1
	RELENG_6_1:1.1.1.1.2.1.0.2
	RELENG_6_1_BP:1.1.1.1.2.1
	RELENG_6:1.1.1.1.0.2
	v0_4_8:1.1.1.1
	MALINEN:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2009.03.02.02.29.17;	author sam;	state dead;
branches;
next	1.1;

1.1
date	2006.03.07.05.26.27;	author sam;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.03.07.05.26.27;	author sam;	state Exp;
branches
	1.1.1.1.2.1;
next	;

1.1.1.1.2.1
date	2006.03.24.01.41.09;	author sam;	state Exp;
branches;
next	;


desc
@@


1.2
log
@SVN rev 189264 on 2009-03-02 02:29:17Z by sam

don't need these any more; we are now using a combined tree
@
text
@all: man html pdf

FILES += wpa_background
FILES += wpa_cli
FILES += wpa_passphrase
FILES += wpa_supplicant.conf
FILES += wpa_supplicant

man:
	for i in $(FILES); do docbook2man $$i.sgml; done

html:
	for i in $(FILES); do docbook2html $$i.sgml && \
		mv index.html $$i.html; done

pdf:
	for i in $(FILES); do docbook2pdf $$i.sgml; done


clean:
	rm -f wpa_background.8 wpa_cli.8 wpa_passphrase.8 wpa_supplicant.8
	rm -f wpa_supplicant.conf.5
	rm -f manpage.links manpage.refs
	rm -f $(FILES:%=%.pdf)
	rm -f $(FILES:%=%.html)
@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Import of WPA supplicant 0.4.8
@
text
@@


1.1.1.1.2.1
log
@MFC v0.4.8 import of wpa_supplicant

Approved by:	re (hrs)
@
text
@@

