From b8195800c80c49cce71aaf004189d28fdf59dd0e Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 17 Nov 2008 11:30:21 +0000 Subject: [PATCH] Fix distcheck with the new dot/png rules Adding a new filetype/make rule requires more work than the previous patch. Sorry! Now pases distcheck. Reviewed-by: imsnah --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index 16e3cceb0..2e63c6dc0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -41,6 +41,7 @@ CLEANFILES = \ doc/*.html \ doc/*.in \ doc/*.pdf \ + $(patsubst %.dot,%.png,$(docdot)) \ doc/rapi-resources.sgml \ doc/examples/ganeti.initd \ doc/examples/ganeti.cron \ @@ -109,6 +110,9 @@ docrst = \ doc/design-2.0.rst \ doc/security.rst +docdot = \ + doc/arch-2.0.dot + doc_DATA = \ $(patsubst %.rst,%.html,$(docrst)) \ $(patsubst %.sgml,%.html,$(docsgml)) \ @@ -139,6 +143,7 @@ EXTRA_DIST = \ autotools/docbook-wrapper \ devel/upload.in \ $(docrst) \ + $(docdot) \ $(docsgml) \ doc/build-rapi-resources-doc \ doc/examples/ganeti.initd.in \ -- GitLab