Skip to content

Commit cce73f7

Browse files
committed
Move CONTRIBUTING and CHANGELOG to root folder
1 parent 39ded49 commit cce73f7

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed
File renamed without changes.
File renamed without changes.

Dn-help

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ the nth derivative of the original FamiTracker program.
2626
[Dn-help](https://github.com/Dn-Programming-Core-Management/Dn-help)
2727
- and more to come, see the
2828
[release page](https://github.com/Dn-Programming-Core-Management/Dn-FamiTracker/releases)
29-
and the [changelog](docs/CHANGELOG.md) for more info
29+
and the [changelog](Dn-FamiTracker/CHANGELOG.md) for more info
3030

3131
## Downloads
3232

@@ -60,7 +60,7 @@ For more details, view the [license](LICENSE.md).
6060

6161
## Contributing
6262

63-
[Contributing and compiling](./docs/CONTRIBUTING.md)
63+
[Contributing and compiling](Dn-FamiTracker/CONTRIBUTING.md)
6464

6565
## Program lineage
6666

cmake/compile-chm.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
rem call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64
22
@echo off
3-
powershell -Command "(Get-Content Dn-help\hlp\changelog_shell.htm).Replace('<!-- INSERT-CHANGELOG-HERE -->', (pandoc docs/CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 Dn-help\hlp\changelog.htm"
3+
powershell -Command "(Get-Content Dn-help\hlp\changelog_shell.htm).Replace('<!-- INSERT-CHANGELOG-HERE -->', (pandoc CHANGELOG.md -f gfm -t html5)) | Set-Content -encoding UTF8 Dn-help\hlp\changelog.htm"
44
echo // Generated Help Map file. Used by Dn-FamiTracker.hhp. > "Dn-help\hlp\HTMLDefines.h"
55
echo. > "Dn-help\hlp\HTMLDefines.h"
66
echo // Commands (ID_* and IDM_*) >> "Dn-help\hlp\HTMLDefines.h"

docs/version_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Version Update Checklist
22

33
- [ ] Update changelogs:
4-
- [CHANGELOG.md](CHANGELOG.md), which will update [../Dn-Help/hlp/changelog_shell.htm](changelog_shell.htm) upon build
4+
- [CHANGELOG.md](Dn-FamiTracker/CHANGELOG.md), which will update [../Dn-Help/hlp/changelog_shell.htm](changelog_shell.htm) upon build
55
- Categories
66
- `Important changes:`
77
- summary of immediate and obvious changes to the program

release.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ goto endfile
1717
if "%~3"=="" goto compileversion
1818

1919
cd %2/%1/
20-
call 7z a -t7z -mx=9 -mmt=3 -m0=LZMA2:d=26:fb=128 -ms=on ..\..\distribute\Dn-FamiTracker_"%~3"_"%~2"_"%~1".7z Dn-FamiTracker.exe Dn-FamiTracker.chm Dn-FamiTracker.pdb vc143.pdb ..\..\docs\CHANGELOG.md ..\..\demo ..\..\Readme.txt ..\..\LICENSE.md ..\..\LICENSE-GPLv2.txt ..\..\LICENSE-GPLv3.txt
20+
call 7z a -t7z -mx=9 -mmt=3 -m0=LZMA2:d=26:fb=128 -ms=on ..\..\distribute\Dn-FamiTracker_"%~3"_"%~2"_"%~1".7z Dn-FamiTracker.exe Dn-FamiTracker.chm Dn-FamiTracker.pdb vc143.pdb ..\..\CHANGELOG.md ..\..\demo ..\..\Readme.txt ..\..\LICENSE.md ..\..\LICENSE-GPLv2.txt ..\..\LICENSE-GPLv3.txt
2121
cd ..\..
2222
goto endfile
2323

@@ -32,6 +32,6 @@ for /F "tokens=1,2,3,4,5 delims=, " %%A in (Dn-FamiTracker.rc) do (
3232
)
3333
)
3434
cd %2/%1/
35-
call 7z a -t7z -mx=9 -mmt=3 -m0=LZMA2:d=26:fb=128 -ms=on ..\..\distribute\Dn-FamiTracker_%version%_"%~2"_"%~1".7z Dn-FamiTracker.exe Dn-FamiTracker.chm Dn-FamiTracker.pdb vc143.pdb ..\..\docs\CHANGELOG.md ..\..\demo ..\..\Readme.txt ..\..\LICENSE.md ..\..\LICENSE-GPLv2.txt ..\..\LICENSE-GPLv3.txt
35+
call 7z a -t7z -mx=9 -mmt=3 -m0=LZMA2:d=26:fb=128 -ms=on ..\..\distribute\Dn-FamiTracker_%version%_"%~2"_"%~1".7z Dn-FamiTracker.exe Dn-FamiTracker.chm Dn-FamiTracker.pdb vc143.pdb ..\..\CHANGELOG.md ..\..\demo ..\..\Readme.txt ..\..\LICENSE.md ..\..\LICENSE-GPLv2.txt ..\..\LICENSE-GPLv3.txt
3636
cd ..\..
3737
:endfile

0 commit comments

Comments
 (0)