Split out documentation into subfolders.
[platform/upstream/gstreamer.git] / markdown / manual / building / init.md
similarity index 99%
rename from manual-init.md
rename to markdown/manual/building/init.md
index 14a3b5c..7ab2ea6 100644 (file)
@@ -47,7 +47,7 @@ main (int   argc,
   return 0;
 }
 
-      
+
 ```
 
 Use the `GST_VERSION_MAJOR`, `GST_VERSION_MINOR` and `GST_VERSION_MICRO`
@@ -101,7 +101,7 @@ main (int   argc,
   return 0;
 }
 
-      
+
 ```
 
 As shown in this fragment, you can use a
@@ -115,4 +115,3 @@ options.
 1.  The code for this example is automatically extracted from the
     documentation and built under `tests/examples/manual` in the
     GStreamer tarball.
-