Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subfolder support to importantFiles and versionFiles to make.py #2264

Merged
merged 3 commits into from
Feb 4, 2016
Merged

Add subfolder support to importantFiles and versionFiles to make.py #2264

merged 3 commits into from
Feb 4, 2016

Conversation

jonpas
Copy link
Member

@jonpas jonpas commented Aug 25, 2015

Will also copy non-English README.md files from documentation subfolder and version them just like the main English version.

@jonpas
Copy link
Member Author

jonpas commented Sep 4, 2015

@ViperMaul ?

importantFiles = ["mod.cpp", "README.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa"]
versionFiles = ["README.md", "mod.cpp"]
importantFiles = ["mod.cpp", "README.md", "documentation\\README_DE.md", "documentation\\README_PL.md", "AUTHORS.txt", "LICENSE", "logo_ace3_ca.paa"]
versionFiles = ["README.md", "documentation\\README_DE.md", "documentation\\README_PL.md", "mod.cpp"]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reminder: need to change location from documentation to docs when #2377 is merged.

@jonpas
Copy link
Member Author

jonpas commented Sep 22, 2015

Status?

@PabstMirror PabstMirror added the kind/enhancement Release Notes: **IMPROVED:** label Sep 23, 2015
@jonpas jonpas changed the title Added subfolder support to importantFiles and versionFiles to make.py Add subfolder support to importantFiles and versionFiles to make.py Sep 29, 2015
@thojkooi thojkooi modified the milestone: 3.5.0 Nov 29, 2015
thojkooi added a commit that referenced this pull request Feb 4, 2016
Add subfolder support to importantFiles and versionFiles to make.py
@thojkooi thojkooi merged commit 692ead0 into acemod:master Feb 4, 2016
@jonpas jonpas deleted the make_versionFiles_subFolder_support branch February 4, 2016 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Release Notes: **IMPROVED:**
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants