-
Notifications
You must be signed in to change notification settings - Fork 17
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
cmake install routine messes-up the helpfiles #107
Comments
There will be a missing slash in the |
Missing slash, I think. Try the change to l264 of CMakeLists.txt install(DIRECTORY "${SC_DOC_OUT}/"
DESTINATION "${SC_PACKAGE_ROOT}/HelpSource") |
Line 264 |
Oops you beat me. |
I'll let @tedmoore decide when/how best to move. |
in the meantime since it messes up the CI too I'll push the line change after testing it if @weefuzzy agrees |
What would be lost by zapping the old help files? What is being zapped? Aren't we already building all the SC help from |
it is about the structure of what goes where. as in ticket #72 so I'll close this one and we can talk of what we put where later. in this case IIUC we will overwrite if a file is in both sc_ref and in the old fixed copy... |
this is sorted but now shows a new problem. new ticket on its way |
This picture shows, that post install, the folder created has both the old (wrong) helpfiles in the right folder (Classes) and an extra folder (sc_ref) with the right helpfiles in them...
I did all my pr reviews on the wrong ones because of this :( I'm sad.
The text was updated successfully, but these errors were encountered: