removed a __THROW which is not needed and causes errors with newer gcc
[util-vserver.git] / util-vserver / doc / Makefile-files
index 59aface..4253552 100644 (file)
@@ -27,8 +27,13 @@ doc_gen_DOCS =                       doc/configuration.html \
 
 doc_configuration_SRCS =       doc/configuration.xml \
                                doc/configuration.xsd \
+                               doc/configuration-flower.css \
                                doc/configuration-lsd.css \
-                               doc/configuration-xhtml.xsl
+                               doc/configuration-lsd1.css \
+                               doc/configuration-xhtml.xsl \
+                               doc/flowers.png \
+                               doc/flowers1.png \
+                               doc/flowers2.png
 
 doc_compatibility_SRCS =       doc/compatibility.xml \
                                doc/compatibility.dtd \
@@ -39,7 +44,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 +56,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' '$@'