monitoring-plugins/doc/makefile
Thomas Guyot-Sionnest 217a6a7643 Fix sfwebcron probe file
The initial file was created in the user's home and later tested in the
doc directory. Instead, just rsync if the file is missing.

Also add some temporary files to gitignore/make clean
2012-11-07 17:57:37 +00:00

11 lines
396 B
Makefile

# Quick makefile to create developer-guidelines.html
developer-guidelines.html: developer-guidelines.sgml
docbook2html -u developer-guidelines.sgml
if [ -e developer-guidelines/developer-guidelines.html ] ; then \
mv developer-guidelines/developer-guidelines.html . ;\
rm -rf developer-guidelines ;\
fi
clean:
rm -f developer-guidelines.html developer-guidelines.html.last jade-out.fot