v0.2.1 Support for installing man pages
- Ability to install man pages in either nroff/groff or pod format - Fix for MIQ path in make-it-quick examples
This commit is contained in:
parent
b55b6b8694
commit
e3d10e4cdd
|
@ -0,0 +1,6 @@
|
||||||
|
This software was brought to you by:
|
||||||
|
|
||||||
|
- Christophe de Dinechin <christophe@dinechin.org>
|
||||||
|
- Christophe de Dinechin <dinechin@redhat.com>
|
||||||
|
|
||||||
|
Thank you!
|
5
NEWS
5
NEWS
|
@ -1,3 +1,8 @@
|
||||||
|
v0.2.1 Add support for man pages installation
|
||||||
|
|
||||||
|
- Add support for installation of man pages in either nroff or pod format
|
||||||
|
- Fix handling of subdirectories in examples
|
||||||
|
|
||||||
v0.2 Improved packaging support, Haiku and FreeBSD platforms
|
v0.2 Improved packaging support, Haiku and FreeBSD platforms
|
||||||
- Installable package for Fedora and OpenSUSE
|
- Installable package for Fedora and OpenSUSE
|
||||||
- Add preliminary support for Haiku and FreeBSD
|
- Add preliminary support for Haiku and FreeBSD
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
Name: make-it-quick
|
Name: make-it-quick
|
||||||
Version: 0.2
|
Version: 0.2.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A make-only build system for C/C++ programs
|
Summary: A make-only build system for C/C++ programs
|
||||||
License: GPLv3+
|
License: GPLv3+
|
||||||
|
@ -39,6 +39,8 @@ can be used to rapidly build C and C++ programs.
|
||||||
%doc NEWS
|
%doc NEWS
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Mar 12 2019 Christophe de Dinechin <dinechin@redhat.com> - 0.2.1
|
||||||
|
- Add support for man pages and improve handling of subdirectories
|
||||||
* Thu Mar 7 2019 Christophe de Dinechin <dinechin@redhat.com> - 0.2
|
* Thu Mar 7 2019 Christophe de Dinechin <dinechin@redhat.com> - 0.2
|
||||||
- Finish packaging work
|
- Finish packaging work
|
||||||
* Thu Sep 20 2018 Christophe de Dinechin <dinechin@redhat.com> - 0.1
|
* Thu Sep 20 2018 Christophe de Dinechin <dinechin@redhat.com> - 0.1
|
||||||
|
|
Loading…
Reference in New Issue