added fc-3 host
[util-vserver.git] / util-vserver / doc / Makefile-files
index 59aface..f0f80af 100644 (file)
@@ -27,7 +27,7 @@ doc_gen_DOCS =                        doc/configuration.html \
 
 doc_configuration_SRCS =       doc/configuration.xml \
                                doc/configuration.xsd \
-                               doc/configuration-lsd.css \
+                               doc/configuration.css \
                                doc/configuration-xhtml.xsl
 
 doc_compatibility_SRCS =       doc/compatibility.xml \
@@ -39,7 +39,7 @@ EXTRA_DIST +=                 $(doc_compatibility_SRCS) \
                                $(doc_old_doc) \
                                $(doc_gen_DOCS)
 
-CLEANFILES +=                  $(doc_gen_DOCS) doc/*.raw.html* doc/*.html.tmp
+CLEANFILES +=                  doc/*.raw.html* doc/*.html.tmp
 
 doc/configuration.html:                STYLESHEET=$(srcdir)/doc/configuration-xhtml.xsl
 doc/configuration.html:                $(srcdir)/doc/configuration-xhtml.xsl
@@ -51,6 +51,7 @@ doc:                          doc_doc
 doc_doc:                       $(doc_gen_DOCS)
 
 if HAVE_XSLTP
+CLEANFILES +=                  $(doc_gen_DOCS)
 %.html:                                %.xml $(STYLESHEET)
                                LANG=C $(XSLTP) $(XSLTP_AMFLAGS) -in '$<' -xsl $(STYLESHEET) -out '$@.tmp'
                                @mv -f '$@.tmp' '$@'