Add man page to packages

Refs #6
This commit is contained in:
Ryan Cavicchioni 2021-04-15 02:01:28 +00:00
parent d6ca2d7921
commit 8b232c5ef5
Signed by: ryanc
GPG Key ID: 877EEDAF9245103D
3 changed files with 3 additions and 0 deletions

View File

@ -73,6 +73,7 @@ deb:
$(Q) echo "3.0 (quilt)" > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/source/format $(Q) echo "3.0 (quilt)" > $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/source/format
$(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control $(Q) cp $(DEBTMPLDIR)/control $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/control
$(Q) cp $(DEBTMPLDIR)/copyright $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/copyright $(Q) cp $(DEBTMPLDIR)/copyright $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/copyright
$(Q) cp $(DEBTMPLDIR)/lume.manpages $(DEBBUILDDIR)/$(DEBORIGSRCDIR)/debian/lume.manpages
$(Q) cd $(DEBBUILDDIR)/$(DEBORIGSRCDIR) && dpkg-buildpackage -us -uc $(Q) cd $(DEBBUILDDIR)/$(DEBORIGSRCDIR) && dpkg-buildpackage -us -uc
$(Q) mv $(DEBBUILDDIR)/*.dsc $(BUILDDIR) $(Q) mv $(DEBBUILDDIR)/*.dsc $(BUILDDIR)
$(Q) mv $(DEBBUILDDIR)/*.changes $(BUILDDIR) $(Q) mv $(DEBBUILDDIR)/*.changes $(BUILDDIR)

View File

@ -0,0 +1 @@
lume.1

View File

@ -25,6 +25,7 @@ Source: %{name}-%{version}.tar.xz
%{_bindir}/lume %{_bindir}/lume
%license LICENSE %license LICENSE
/usr/share/lume/lumerc /usr/share/lume/lumerc
%doc %{_mandir}/man1/lume.1.*
%changelog %changelog