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

Packaging/distribution using Makefile ? #13

Closed
dagwieers opened this issue Mar 21, 2012 · 1 comment
Closed

Packaging/distribution using Makefile ? #13

dagwieers opened this issue Mar 21, 2012 · 1 comment
Assignees
Labels
enhancement Adaptions and new features
Milestone

Comments

@dagwieers
Copy link
Contributor

Most projects use make for creating a new distribution, an RPM package or a DEB package from a source tree.

It could be useful to use the same methodology that packagers are used to by having a Makefile that has the following targets:

  • install
  • uninstall
  • dist
  • rpm
  • deb

During the make dist or make install phase we could check bash syntax, and we could even provide a make test target for unit testing.

@dagwieers
Copy link
Contributor Author

This issue is related to issue #8

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

No branches or pull requests

1 participant