Changeset 102 for gtkimageview/docs
- Timestamp:
- 05/02/07 21:26:57 (6 years ago)
- Files:
-
- gtkimageview/docs/reference/Makefile.am (modified) (1 diff)
- gtkimageview/docs/reference/dirstructure.sgml (added)
- gtkimageview/docs/reference/gtkimageview.sgml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gtkimageview/docs/reference/Makefile.am
r64 r102 27 27 content_files = \ 28 28 compiling.sgml \ 29 dirstructure.sgml \ 29 30 gallery.xml 30 31 gtkimageview/docs/reference/gtkimageview.sgml
r100 r102 2 2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 3 3 "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [ 4 <!ENTITY compiling SYSTEM "compiling.sgml"> 4 <!ENTITY compiling SYSTEM "compiling.sgml"> 5 <!ENTITY dirstructure SYSTEM "dirstructure.sgml"> 5 6 ]> 6 7 <book id="index" xmlns:xi="http://www.w3.org/2001/XInclude"> … … 29 30 </para> 30 31 &compiling; 32 &dirstructure; 31 33 </chapter> 34 <chapter id = "acknowledgements"> 35 <title>Acknowledgements</title> 36 <para> 37 The design of GtkImageView is greatly inspired by gThumb and 38 much code is borrowed from that project. Many thanks to Paolo 39 Bacchilega and the other gThumb developers for letting me 40 relicense the code as LGPL. 41 </para> 42 </chapter> 32 43 <chapter> 33 44 <title>Widget gallery</title>
