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

Make update-files less destructive #445

Open
martinthomson opened this issue Sep 10, 2024 · 1 comment
Open

Make update-files less destructive #445

martinthomson opened this issue Sep 10, 2024 · 1 comment

Comments

@martinthomson
Copy link
Owner

There are a few places where changes to files need to be preserved.

  • Makefile (really, we just want to preserve the part from "include" to "endif" and leave the rest alone.
  • README.md (maybe; this is hard)

.gitignore is already something that is handled. Maybe model the process on that.

@martinthomson
Copy link
Owner Author

I've made some changes here on the Makefile side of things. It's a lot more fiddly than I might have liked, but I think it's more or less where I'd like it. Next: README.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant