doxygen_configfile = Doxyfile
web_path_reference = /home/groups/g/gt/gtkmmLIB/htdocs/gtkmm2DONTINSTALLTHIS/reference

EXTRA_DIST	= README $(doxygen_configfile)


libgnomeuimm-reference: $(doxygen_configfile)
	doxygen $(doxygen_configfile)

libgnomeuimm-reference-html: libgnomeuimm-reference

libgnomeuimm-reference-html.tar.gz: libgnomeuimm-reference-html
	tar -cf - $< | gzip > $@


post-html: libgnomeuimm-reference
	(cd html && tar -cf - *.html *.gif *.css | gzip -3 | \
	 ssh $$SSH_OPT $$USER@gtkmm.sourceforge.net "cd $(web_path_reference)/html ; gunzip | tar -xvf - ; chmod a+r,g+w * ; chgrp gtkmm *")


all-local: libgnomeuimm-reference

clean-local:
	-rm -rf html
	-rm -f libgnomeuimm-reference-html.tar.gz



syntax highlighted by Code2HTML, v. 0.9.1