We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
APy should be able to install itself. It already has a Makefile, but there is no install target. Alternatively, add a setup.py.
Some way to run a single command to have APy put itself into $DESTDIR/$prefix in a fully finalized state. Basically, do what make + https://github.com/TinoDidriksen/apertium-packaging/blob/master/trunk/apertium-apy/debian/apertium-apy.install does.
make
The result should be that I can delete my install file entirely and just use the files APy puts into $DESTDIR/$prefix.
The text was updated successfully, but these errors were encountered:
Build and remove langNames.db during install (#103)
9ff664b
Build and remove langNames.db during install (issue #84)
Take advantage of APy installer (apertium/apertium-apy#84)
5596a61
No branches or pull requests
APy should be able to install itself. It already has a Makefile, but there is no install target. Alternatively, add a setup.py.
Some way to run a single command to have APy put itself into $DESTDIR/$prefix in a fully finalized state. Basically, do what
make
+ https://github.com/TinoDidriksen/apertium-packaging/blob/master/trunk/apertium-apy/debian/apertium-apy.install does.The result should be that I can delete my install file entirely and just use the files APy puts into $DESTDIR/$prefix.
The text was updated successfully, but these errors were encountered: