]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
docs: Move news.rng out of docs/schemas
authorPeter Krempa <pkrempa@redhat.com>
Wed, 5 Apr 2017 07:51:51 +0000 (09:51 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 5 Apr 2017 07:51:51 +0000 (09:51 +0200)
docs/schemas directory is meant for schemas which are installed on the
system. The schema for the news file does not need to be installed.
Store it along with the file it describes for simplicity.

docs/news.rng [moved from docs/schemas/news.rng with 100% similarity]
docs/news.xml
tests/virschematest.c

similarity index 100%
rename from docs/schemas/news.rng
rename to docs/news.rng
index 9c0dcfd23d64ab58c69c2fa6bd38e237178f40b9..2a15b1236500d3e3cfd346580876e3204f48d6eb 100644 (file)
@@ -17,7 +17,7 @@
 
      Lines should be kept under 80 columns, and should not exceed 100 columns.
 
-     This file is validated against docs/schemas/news.rng schema.
+     This file is validated against docs/news.rng schema.
 
      Use the following template to add a new release section:
 
index 1f990f7cd5bb464a17f46c5e9d77b68ea374b846..119d4ba395e267bf6f7f1e29b913be00e5c455f6 100644 (file)
@@ -236,7 +236,7 @@ mymain(void)
     DO_TEST_DIR("storagevol.rng", "storagevolxml2xmlin", "storagevolxml2xmlout",
                 "storagevolschemadata");
 
-    DO_TEST_FILE("news.rng", "../docs/news.xml");
+    DO_TEST_FILE("../news.rng", "../docs/news.xml");
 
     return ret == 0 ? EXIT_SUCCESS : EXIT_FAILURE;
 }