Michele Caini пре 6 година
родитељ
комит
09ff43ef0a
5 измењених фајлова са 3 додато и 4 уклоњено
  1. 1 0
      CMakeLists.txt
  2. 0 0
      CONTRIBUTING.md
  3. 1 1
      README.md
  4. 0 1
      TODO
  5. 1 2
      docs/CMakeLists.txt

+ 1 - 0
CMakeLists.txt

@@ -218,6 +218,7 @@ add_custom_target(
     SOURCES
         appveyor.yml
         AUTHORS
+        CONTRIBUTING.md
         LICENSE
         README.md
         TODO

+ 0 - 0
docs/md/CONTRIBUTING.md → CONTRIBUTING.md


+ 1 - 1
README.md

@@ -352,7 +352,7 @@ I can't promise that each and every contribution will be accepted, but I can
 assure that I'll do my best to take them all seriously.
 
 If you decide to participate, please see the guidelines for
-[contributing](docs/md/CONTRIBUTING.md) before to create issues or pull
+[contributing](CONTRIBUTING.md) before to create issues or pull
 requests.<br/>
 Take also a look at the
 [contributors list](https://github.com/skypjack/entt/blob/master/AUTHORS) to

+ 0 - 1
TODO

@@ -22,5 +22,4 @@
   - iterator based each with a couple of iterators passed from outside (use bitmask + has)
 * stable component handle that isn't affected by reallocations
 * multi component registry::remove and some others?
-* move CONTRIBUTING.md within doc (for GitHub)
 * reactive systems

+ 1 - 2
docs/CMakeLists.txt

@@ -24,7 +24,7 @@ install(
 add_custom_target(
     docs_aob
     SOURCES
-        md/CONTRIBUTING.md
+        dox/extra.dox
         md/core.md
         md/entity.md
         md/faq.md
@@ -35,5 +35,4 @@ add_custom_target(
         md/process.md
         md/resource.md
         md/signal.md
-        dox/extra.dox
 )