diff --git a/SUPERREADME.txt b/SUPERREADME.txt deleted file mode 100644 index 474894ee..00000000 --- a/SUPERREADME.txt +++ /dev/null @@ -1,32 +0,0 @@ -Distribution Date: 8.7.2016 (dd.mm.yyyy) - -Thank you for contributing to the 4coder project! - -To submit bug reports or to request particular features email editor@4coder.net. - -Watch 4coder.net blog and @AllenWebster4th twitter for news about 4coder progress. - -------------------------------------- -BUILDING 4coder_custom -------------------------------------- - -To customize 4coder you have to build 4coder_custom.dll. The batch file buildsuper.bat will -compile the dll for you if you have visual studio installed. If you have an old version, use -the example to figure out how to get your old setup working in the new system. - -As you create your customizations keep in mind that this API is still in development. -I will do what I can to keep your customizations working as I settle on an API, but some -updates may deeply break your code. - -------------------------------------- -SOME DOCUMENTATION -------------------------------------- - -NEW IN 4.0.9 -================ - -I am deprecating this readme file now. A much better documentation than what I used to -provide here is now provided in 4coder_API.html. This is the last version that will -feature SUPERREADME. - -u \ No newline at end of file diff --git a/SUPERREADME_body.txt b/SUPERREADME_body.txt deleted file mode 100644 index 21478813..00000000 --- a/SUPERREADME_body.txt +++ /dev/null @@ -1,23 +0,0 @@ -------------------------------------- -BUILDING 4coder_custom -------------------------------------- - -To customize 4coder you have to build 4coder_custom.dll. The batch file buildsuper.bat will -compile the dll for you if you have visual studio installed. If you have an old version, use -the example to figure out how to get your old setup working in the new system. - -As you create your customizations keep in mind that this API is still in development. -I will do what I can to keep your customizations working as I settle on an API, but some -updates may deeply break your code. - -------------------------------------- -SOME DOCUMENTATION -------------------------------------- - -NEW IN 4.0.9 -================ - -I am deprecating this readme file now. A much better documentation than what I used to -provide here is now provided in 4coder_API.html. This is the last version that will -feature SUPERREADME. - diff --git a/readme_generator.c b/readme_generator.c index ca37cc7d..5ff48b0b 100644 --- a/readme_generator.c +++ b/readme_generator.c @@ -1,3 +1,4 @@ + /* * For generating the header of the TODO files so I don't have to * keep doing that by hand and accidentally forgetting half the time. @@ -85,7 +86,6 @@ main(){ vars.year = tm.tm_year + 1900; generate("README.txt", "README_body.txt", vars); - generate("SUPERREADME.txt", "SUPERREADME_body.txt", vars); return(0);