Skip to content

Commit 3be6f85

Browse files
authored
Merge pull request #95 from cginternals/fix_adapt_formatting
Fix markdown formatting for ADAPT.md
2 parents ad9e2a7 + a8b5dbb commit 3be6f85

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

ADAPT.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ In the root directory adapt/change/do the following:
88
* [ ] Edit AUTHORS
99
* [ ] Edit LICENSE
1010
* [ ] Edit README.md
11-
* [ ] Rename ./template-config.cmake -> <project>-config.cmake
11+
* [ ] Rename ./template-config.cmake -> \<project>-config.cmake
1212

1313
CMakeLists.txt:
1414
* [ ] Set META_PROJECT_*
@@ -22,28 +22,28 @@ In subdirectory "./deploy/" do:
2222
--------------------------------------------------------------------
2323

2424
deploy/CMakeLists.txt:
25-
* [ ] Substitute pack-template.cmake -> pack-<project>.cmake
25+
* [ ] Substitute pack-template.cmake -> pack-\<project>.cmake
2626
* [ ] Exchange deploy/images/logo.ico
2727
* [ ] Exchange deploy/images/logo.bmp
2828
* [ ] Exchange deploy/images/logo.png
29-
* [ ] Rename deploy/packages/pack-template.cmake -> pack-<project>.cmake
29+
* [ ] Rename deploy/packages/pack-template.cmake -> pack-\<project>.cmake
3030

31-
deploy/packages/pack-<project>.cmake:
31+
deploy/packages/pack-\<project>.cmake:
3232
* [ ] Adjust OPTION_PACK_GENERATOR to your liking for all systems
3333
* [ ] Adjust package options, e.g., CPACK_DEBIAN_PACKAGE_DEPENDS, CPACK_DEBIAN_PACKAGE_SECTION, CPACK_DEBIAN_PACKAGE_PRIORITY, CPACK_RPM_PACKAGE_LICENSE, CPACK_RPM_PACKAGE_GROUP, ...
3434

3535
In subdirectory "./source/" do:
3636
--------------------------------------------------------------------
3737

38-
* [ ] Rename template-version.h -> <project>-version.h
38+
* [ ] Rename template-version.h -> \<project>-version.h
3939

4040

4141
In subdirectory "./source/examples/fibcmd" do:
4242
--------------------------------------------------------------------
4343

4444
source/fibcmd/main.cpp:
45-
* [ ] Substitute template-version.h -> <project>-version.h
46-
* [ ] Substitute TEMPLATE_VERSION -> <PROJECT>_VERSION
45+
* [ ] Substitute template-version.h -> \<project>-version.h
46+
* [ ] Substitute TEMPLATE_VERSION -> \<PROJECT>_VERSION
4747

4848

4949
In subdirectory "./source/codegeneration/" do:

0 commit comments

Comments
 (0)