Skip to content
Snippets Groups Projects
Commit b8195800 authored by Iustin Pop's avatar Iustin Pop
Browse files

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
parent f86e82ef
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ CLEANFILES = \ ...@@ -41,6 +41,7 @@ CLEANFILES = \
doc/*.html \ doc/*.html \
doc/*.in \ doc/*.in \
doc/*.pdf \ doc/*.pdf \
$(patsubst %.dot,%.png,$(docdot)) \
doc/rapi-resources.sgml \ doc/rapi-resources.sgml \
doc/examples/ganeti.initd \ doc/examples/ganeti.initd \
doc/examples/ganeti.cron \ doc/examples/ganeti.cron \
...@@ -109,6 +110,9 @@ docrst = \ ...@@ -109,6 +110,9 @@ docrst = \
doc/design-2.0.rst \ doc/design-2.0.rst \
doc/security.rst doc/security.rst
docdot = \
doc/arch-2.0.dot
doc_DATA = \ doc_DATA = \
$(patsubst %.rst,%.html,$(docrst)) \ $(patsubst %.rst,%.html,$(docrst)) \
$(patsubst %.sgml,%.html,$(docsgml)) \ $(patsubst %.sgml,%.html,$(docsgml)) \
...@@ -139,6 +143,7 @@ EXTRA_DIST = \ ...@@ -139,6 +143,7 @@ EXTRA_DIST = \
autotools/docbook-wrapper \ autotools/docbook-wrapper \
devel/upload.in \ devel/upload.in \
$(docrst) \ $(docrst) \
$(docdot) \
$(docsgml) \ $(docsgml) \
doc/build-rapi-resources-doc \ doc/build-rapi-resources-doc \
doc/examples/ganeti.initd.in \ doc/examples/ganeti.initd.in \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment