-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move software intern documentation to requirements engineering
- Loading branch information
1 parent
394784e
commit 91aa4e3
Showing
6 changed files
with
18 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
build/* | ||
documentation/*.bbl | ||
documentation/*.blg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
INCLUDE (CreateLatexDocumentation) | ||
|
||
SET (_software_intern_name "software-intern-development") | ||
SET (SOFTWARE_INTERN_MAIN_TEX ${_software_intern_name}.tex) | ||
SET (requirements_documents "requirements_document") | ||
SET (SOFTWARE_INTERN_MAIN_TEX ${requirements_documents}.tex) | ||
SET (SOFTWARE_INTERN_RESOURCES_FILES | ||
${CMAKE_CURRENT_SOURCE_DIR}/resources/project_or_company_logo.png) | ||
SET (SOFTWARE_INTERN_BIBLIOGRAPHY ${CMAKE_CURRENT_SOURCE_DIR}/library.bib) | ||
|
||
CREATELATEXDOCUMENTAION ( | ||
"${_software_intern_name}" "${SOFTWARE_INTERN_MAIN_TEX}" | ||
"${requirements_documents}" "${SOFTWARE_INTERN_MAIN_TEX}" | ||
"${SOFTWARE_INTERN_RESOURCES_FILES}" "${SOFTWARE_INTERN_BIBLIOGRAPHY}") | ||
|
||
ADD_CUSTOM_TARGET ( | ||
documentation | ||
DEPENDS ${_software_intern_name} | ||
COMMENT "Building documentation") | ||
DEPENDS ${requirements_documents} | ||
COMMENT "Building requirements documentation") |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%An article from a magazine or a journal | ||
@article{uncleDT, | ||
author = {Donald Trump}, | ||
title = {Making america great again}, | ||
journal = {International Journal of America's greatness}, | ||
@article{fooAuthor, | ||
author = {Foo Bar}, | ||
title = {Some title}, | ||
journal = {International Journal of Something}, | ||
year = {2020}, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters