diff --git a/src/vector/v.multi2singlepart/Makefile b/src/vector/v.multi2singlepart/Makefile
new file mode 100644
index 0000000000..ccae942c11
--- /dev/null
+++ b/src/vector/v.multi2singlepart/Makefile
@@ -0,0 +1,7 @@
+MODULE_TOPDIR = ../..
+
+PGM = v.multi2singlepart
+
+include $(MODULE_TOPDIR)/include/Make/Script.make
+
+default: script
diff --git a/src/vector/v.multi2singlepart/example.png b/src/vector/v.multi2singlepart/example.png
new file mode 100644
index 0000000000..484835cb56
Binary files /dev/null and b/src/vector/v.multi2singlepart/example.png differ
diff --git a/src/vector/v.multi2singlepart/example.svg b/src/vector/v.multi2singlepart/example.svg
new file mode 100644
index 0000000000..626619f699
--- /dev/null
+++ b/src/vector/v.multi2singlepart/example.svg
@@ -0,0 +1,198 @@
+
+
+
+
diff --git a/src/vector/v.multi2singlepart/v.multi2singlepart.html b/src/vector/v.multi2singlepart/v.multi2singlepart.html
new file mode 100644
index 0000000000..5a5012faac
--- /dev/null
+++ b/src/vector/v.multi2singlepart/v.multi2singlepart.html
@@ -0,0 +1,44 @@
+
DESCRIPTION
+
+v.multi2singlepart creates a vector layer containing
+singlepart polygon features generated by separating the multipart
+features of the input vector layer. The attributes of the input layer
+will be maintained in the output vector layer. Singlepart features will
+not be affected.
+
+