hal/doc/spec Makefile.am,1.9,1.10

Richard Hughes hughsient at kemper.freedesktop.org
Sun May 14 12:33:22 PDT 2006


Update of /cvs/hal/hal/doc/spec
In directory kemper:/tmp/cvs-serv27943/doc/spec

Modified Files:
	Makefile.am 
Log Message:
2006-05-14  Richard Hughes  <richard at hughsie.com>

	* configure.in:
	* doc/spec/Makefile.am:
	Change the docbook2html check in the configure script to check for
	xmlto. Also change s/DOCBOOK/XMLTO/ in the Makefile.


Index: Makefile.am
===================================================================
RCS file: /cvs/hal/hal/doc/spec/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am	9 May 2006 16:36:45 -0000	1.9
+++ Makefile.am	14 May 2006 19:33:20 -0000	1.10
@@ -20,7 +20,7 @@
 htmldoc_DATA = hal-spec.html $(FIGURE_FILES)
 
 hal-spec.html : $(SPEC_XML_FILES) $(FIGURE_FILES)
-	xmlto html-nochunks hal-spec.xml
+	$(XMLTO) html-nochunks hal-spec.xml
 
 clean-local:
 	rm -f *~




More information about the hal-commit mailing list