summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-05-15 14:36:30 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-05-15 14:36:30 -0400
commit57828b2e7ad347e7ffe76c58f210e6b5b0dedeca (patch)
tree4fc14d5b88323e01b493e42fe7556e7eb8850f9b /Makefile
parent7b6922a1da2654874d14ba97340e95ab88eff202 (diff)
downloadthird_party-cobbler-57828b2e7ad347e7ffe76c58f210e6b5b0dedeca.tar.gz
third_party-cobbler-57828b2e7ad347e7ffe76c58f210e6b5b0dedeca.tar.xz
third_party-cobbler-57828b2e7ad347e7ffe76c58f210e6b5b0dedeca.zip
Checked in architecture diagram source, run "make graphviz" to build it.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index af01e9f..3407721 100644
--- a/Makefile
+++ b/Makefile
@@ -100,3 +100,7 @@ eraseconfig:
-rm /var/lib/cobbler/profiles*
-rm /var/lib/cobbler/systems*
-rm /var/lib/cobbler/repos*
+
+graphviz:
+ dot -Tpdf docs/cobbler.dot -o cobbler.pdf
+