summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2008-01-10 22:42:00 -0800
committerH. Peter Anvin <hpa@zytor.com>2008-01-10 22:42:00 -0800
commitbf3972cfa40d45e511e779f3e49c3b1968eaa822 (patch)
treed63ec354d54b629db10194c24d4e7e0222e17cfa
parentc072d12df4b43aef3375c190358da4928a0c2a1e (diff)
parentc22a4dc4322f2119b99598efd84af0336ca509c9 (diff)
downloadsyslinux-bf3972cfa40d45e511e779f3e49c3b1968eaa822.tar.gz
Merge commit 'syslinux-3.55' into advsyslinux-3.60
-rw-r--r--syslinux.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/syslinux.spec.in b/syslinux.spec.in
index cb94c8c1..d315bf49 100644
--- a/syslinux.spec.in
+++ b/syslinux.spec.in
@@ -77,7 +77,7 @@ mkdir -p %{buildroot}/boot/extlinux %{buildroot}/etc
mkdir -p %{buildroot}/tftpboot/pxelinux.cfg
make CC='%{my_cc}' install-all \
INSTALLROOT=%{buildroot} BINDIR=%{_bindir} SBINDIR=%{_sbindir} \
- LIBDIR=%{_datadir} INCDIR=%{_includedir}
+ LIBDIR=%{_datadir} MANDIR=%{_mandir} INCDIR=%{_includedir}
make CC='%{my_cc}' -C sample tidy
cp mkdiskimage syslinux2ansi.pl keytab-lilo.pl %{buildroot}%{_datadir}/syslinux
@@ -96,7 +96,7 @@ rm -rf %{buildroot}
%defattr(-,root,root)
%doc COPYING NEWS doc/*
%doc sample
-%{_mandir}/man/man*/*
+%{_mandir}/man*/*
%{_bindir}/syslinux
%{_bindir}/ppmtolss16
%{_bindir}/lss16toppm
@@ -137,6 +137,9 @@ fi
%postun
%changelog
+* Thu Jan 10 2008 H. Peter Anvin <hpa@zytor.com>
+- Add man pages.
+
* Mon Nov 19 2007 Bernard Li <bernard@vanhpc.org>
- Added netpbm-progs (provides pngtopnm) to BuildPrereq (this should be
changed to BuildRequires since it is deprecated...)