diff options
author | Timothy Pearson <[email protected]> | 2012-01-11 16:57:18 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-01-11 16:57:18 -0600 |
commit | 2cd2aafb302b0d1d2f6a07fd2628ee9d26c8ed82 (patch) | |
tree | 7e5ff85d535a83e603e3db0a2f24ef8de9e4d6aa /doc/man/README | |
parent | 5e47b11f231d3b096b52355cc285e124f257986b (diff) | |
download | qt3-2cd2aafb302b0d1d2f6a07fd2628ee9d26c8ed82.tar.gz qt3-2cd2aafb302b0d1d2f6a07fd2628ee9d26c8ed82.zip |
Add additional documentation from Debian into Qt3 tree
This closes Bug 673
Diffstat (limited to 'doc/man/README')
-rw-r--r-- | doc/man/README | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/doc/man/README b/doc/man/README new file mode 100644 index 0000000..de4ddcd --- /dev/null +++ b/doc/man/README @@ -0,0 +1,49 @@ +------- +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/qt20fix.1 + man1/qtconfig.1 + man1/qvfb.1 |