Home :: Documentation :: Download :: Development :: Community :: Wiki :: Ports :: Bugs :: Links :: About
Welcome to CRUX bug tracking.
Tasklist

FS#704 - QEMU man pages

Attached to Project: CRUX
Opened by Mikhail Gonchar (reji) - Monday, 28 March 2011, 20:18 GMT+2
Last edited by Thomas Penteker (teK) - Tuesday, 17 May 2011, 09:05 GMT+2
Task Type Improvement
Category ports → core/opt
Status Closed
Assigned To Thomas Penteker (teK)
Operating System CRUX
Severity Low
Priority Normal
Reported Version Development
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

QEMU man pages can be built without texinfo package.

make qemu.1 qemu-img.1 qemu-nbd.8
install -D -m 644 qemu.1 $PKG/usr/man/man1/qemu.1
install -D -m 644 qemu-img.1 $PKG/usr/man/man1/qemu-img.1
install -D -m 644 qemu-nbd.8 $PKG/usr/man/man8/qemu-nbd.8

Is it ok to call these "low level" make tasks? What you think?
This task depends upon

Closed by  Thomas Penteker (teK)
Tuesday, 17 May 2011, 09:05 GMT+2
Reason for closing:  Fixed
Additional comments about closing:  Thanks for the recommendation!

Loading...