diff --git a/docs/reference/AUTHORS b/docs/reference/AUTHORS deleted file mode 100644 index 64f46b74b2..0000000000 --- a/docs/reference/AUTHORS +++ /dev/null @@ -1,7 +0,0 @@ -Damon Chaplin and others. - -See: - - http://www.gtk.org/rdp/status.html - -for a complete list. diff --git a/docs/reference/COPYING b/docs/reference/COPYING deleted file mode 100644 index df952d3cab..0000000000 --- a/docs/reference/COPYING +++ /dev/null @@ -1,30 +0,0 @@ -This work may be reproduced and distributed in whole or in part, in -any medium, physical or electronic, so as long as this copyright -notice remains intact and unchanged on all copies. Commercial -redistribution is permitted and encouraged, but you may not -redistribute, in whole or in part, under terms more restrictive than -those under which you received it. If you redistribute a modified or -translated version of this work, you must also make the source code to -the modified or translated version available in electronic form -without charge. However, mere aggregation as part of a larger work -shall not count as a modification for this purpose. - -All code examples in this work are placed into the public domain, -and may be used, modified and redistributed without restriction. - -BECAUSE THIS WORK IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE WORK, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE WORK "AS IS" WITHOUT WARRANTY OF ANY -KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. SHOULD THE WORK PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY REPAIR OR CORRECTION. - -IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN -WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY -AND/OR REDISTRIBUTE THE WORK AS PERMITTED ABOVE, BE LIABLE TO YOU -FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR -CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE -WORK, EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE -POSSIBILITY OF SUCH DAMAGES. diff --git a/docs/reference/README b/docs/reference/README deleted file mode 100644 index 024306be4b..0000000000 --- a/docs/reference/README +++ /dev/null @@ -1,62 +0,0 @@ -This package contains the reference documentation -for GTK+. For more information about GTK+ -see: - - http://www.gtk.org - -For information about contributing to the -GLib/GTK+ reference documentation project, see: - - http://www.gtk.org/rdp/ - -The GTK+ reference documentation is freely redistributable, -see the file COPYING for details. - - -REQUIREMENTS -============ - -To build the documentation, you must have the gtk-doc -package installed. To rebuild the template files, -you must have the current version of the GTK+ -header files installed. - - -BUILD -===== - -First, run configure to generate the makefiles for this -module. There is one option specific to this package - - --with-html-dir=DIR top of installed HTML documentation tree - - -The Makefiles in the gdk/ and gtk/ subdirs each define three targets: - - templates: - - Scan the headers and merge the results with the current - template files - - sgml: - - Generate SGML files using the DocBook DTD from - the template files - - html: - - Generate HTML from the SGML files. - -To build the documentation, do: - - make sgml - make html - -You should only run the 'make templates' step if you -need to regenerate the templates for a more recent -version of the GTK+ sources. - -INSTALLATION -============ - - make install diff --git a/docs/reference/README.cvs-commits b/docs/reference/README.cvs-commits deleted file mode 100644 index 8b6edbd661..0000000000 --- a/docs/reference/README.cvs-commits +++ /dev/null @@ -1,39 +0,0 @@ -Before making any changes to this module, please -contact: - - Damon Chaplin - -This will ensure that duplicate work does not occur, -and also make sure we know who has written what -parts of the documentation. See - - http://www.gtk.org/rdp/ - -for more information. - -By contributing work to the Reference Documentation -Project, you agree that it will be covered under the -license terms described in the file COPYING -included in this directory. - - -Other notes: - -- Do not run 'make templates' unless you have - the latest cvs version of the gtk-1-2 - branch of GTK+ and the latest CVS version - of gtk-doc. - - (This is very important. Otherwise, the template - files may be come corrupted.) - - Make sure that gtk-config --prefix points - to the correct version of GTK+. - -- As always, ChangeLog entries should be made for - each commit. These can be really brief - "documented GHashTable"; but if you are editing - something someone else wrote, please be specific. - (Or better, send the changes to them for their - approval, first) -