You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qt3/doc/man
OBATA Akio 1feaa89692 Fix makeqpf man page based on source codes
Change to use usage of the command instead of copy from qembed's one for
"SYNTAX" section.
Fix fontdir path from source code.

Signed-off-by: OBATA Akio <obache@wizdas.com>
5 years ago
..
man1 Fix makeqpf man page based on source codes 5 years ago
man3 Add brightness keys support 8 years ago
README Removed some obsolete code related to Qt1. 7 years ago

README

-------
INSTALL
-------

Those man pages are not yet installed by 'make install'.
They have to be installed in $MANPATH/man1 and in $MANPATH/man3.
(See INSTALL in the top directory).

Example:
If qt3 has been installed in /usr/local and if MANPATH is
/usr/local/share/man, they can be installed with the following commands:
    install -m 644 man1/* /usr/local/share/man/man1
    install -m 644 man3/* /usr/local/share/man/man3
Change the commands to suit your needs.

----
TODO
----

* installation with qmake.
* optional man pages compression with qmake

-------
ORIGINS
-------

Trolltech-Nokia original sources
    (http://get.qt.nokia.com/qt/source/qt-x11-free-3.3.8b.tar.gz)
  man1/lrelease.1
  man1/lupdate.1
  man1/moc.1
  man1/uic.1
  man3/*

Debian distribution
    (http://ftp.de.debian.org/debian/pool/main/q/qt-x11-free/)
        qt-x11-free_3.3.8b-11.*
        qt-x11-free_3.3.8b.orig.tar.gz
  man1/createcw.1
  man1/designer.1
  man1/findtr.1
  man1/linguist.1
  man1/makeqpf.1
  man1/mergetr.1
  man1/msg2qm.1
  man1/qembed.1
  man1/qtconfig.1
  man1/qvfb.1