mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 04:21:24 +08:00
Add support for building .deb packages
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
This commit is contained in:
parent
36663d6acf
commit
2542f21ff1
@ -4,6 +4,10 @@ doc_DATA = README.md LICENSE
|
||||
EXTRA_DIST = README.md LICENSE ChangeLog.md INSTALL.md
|
||||
SUBDIRS = src include man examples
|
||||
|
||||
## Generate .deb package
|
||||
package build-deb:
|
||||
@dpkg-buildpackage -uc -us -B
|
||||
|
||||
## Generate MD5 checksum file
|
||||
MD5 = md5sum
|
||||
md5-dist:
|
||||
|
Loading…
Reference in New Issue
Block a user