diff --git a/Makefile b/Makefile
index 1ca4192..781acb2 100644
--- a/Makefile
+++ b/Makefile
@@ -89,10 +89,6 @@ ADOC_STDARG=-b $(shell pwd)/asciidoc/pve-html -f asciidoc/asciidoc-pve.conf -a i
BROWSER?=xdg-open
-
-%-nwdiag.svg: %.nwdiag
- nwdiag -T svg $*.nwdiag -o $@;
-
README.html: README.adoc
asciidoc -a toc ${ADOC_STDARG} -o $@ $<
diff --git a/images/cluster-nwdiag.svg b/images/cluster-nwdiag.svg
deleted file mode 100644
index a9b35bb..0000000
--- a/images/cluster-nwdiag.svg
+++ /dev/null
@@ -1,56 +0,0 @@
-
-
-
diff --git a/images/cluster.nwdiag b/images/cluster.nwdiag
deleted file mode 100644
index f7c5485..0000000
--- a/images/cluster.nwdiag
+++ /dev/null
@@ -1,14 +0,0 @@
-nwdiag {
- inet [shape = cloud];
- inet -- router;
-
- network cluster {
- router;
-
- address = "210.x.x.x/24"
-
- node-01 [address = "210.x.x.1"];
- node-02 [address = "210.x.x.2"];
- node-03 [address = "210.x.x.2"];
- }
-}
diff --git a/images/node-nwdiag.svg b/images/node-nwdiag.svg
deleted file mode 100644
index d09bd86..0000000
--- a/images/node-nwdiag.svg
+++ /dev/null
@@ -1,64 +0,0 @@
-
-
-
diff --git a/images/node.nwdiag b/images/node.nwdiag
deleted file mode 100644
index 28e1f6a..0000000
--- a/images/node.nwdiag
+++ /dev/null
@@ -1,19 +0,0 @@
-nwdiag {
- network cluster {
- address = "210.x.x.x/24"
- eth0;
- }
- network vmbr0 {
- address = "210.x.x.1"
- eth0;
- VM-100 [ address = "210.x.x.10"];
- VM-101 [ address = "210.x.x.11"];
- CT-200 [ address = "210.x.x.12"];
- group node-01 {
- eth0;
- VM-100;
- VM-101;
- CT-200;
- }
- }
- }