[Nagiosplug-checkins] CVS: nagiosplug/doc makefile,NONE,1.1 developer-guidelines.html,1.1,NONE

Ton Voon tonvoon at users.sourceforge.net
Tue May 13 15:04:25 CEST 2003


Update of /cvsroot/nagiosplug/nagiosplug/doc
In directory sc8-pr-cvs1:/tmp/cvs-serv12049/doc

Added Files:
	makefile 
Removed Files:
	developer-guidelines.html 
Log Message:
The developer-guidelines.html file is now generated from the sgml file 
by docbook2html at tools/setup time


--- NEW FILE ---
# Quick makefile to create developer-guidelines.html

developer-guidelines.html: developer-guidelines.sgml
	if which docbook2html > /dev/null 2>&1; then \
		docbook2html -u developer-guidelines.sgml ;\
		if [[ -e developer-guidelines/developer-guidelines.html ]] ; then \
			mv developer-guidelines/developer-guidelines.html . ;\
			rm -f developer-guidelines ;\
		fi ;\
	fi

--- developer-guidelines.html DELETED ---





More information about the Commits mailing list