A little more information moving/reorganizing between the documents
svn: r1118
This commit is contained in:
parent
099fabc4c0
commit
1d989397f6
@ -3,9 +3,9 @@ developers who may be adding functionality to the program, be sure to read
|
|||||||
the last section of this documen: "FINAL WORDS".
|
the last section of this documen: "FINAL WORDS".
|
||||||
|
|
||||||
SUPER-SHORT VERSION:
|
SUPER-SHORT VERSION:
|
||||||
You should still be able to just run "./configure && make". But if you make
|
You should be able to just run "./configure && make". But if you make any
|
||||||
any significant changes, you may wish to run "./autogen.sh && make" to
|
significant changes or experience any problems, you may wish to run
|
||||||
regenerate everything.
|
"./autogen.sh && make" to regenerate everything.
|
||||||
|
|
||||||
This will call aclocal if necessary, then automake, which creates
|
This will call aclocal if necessary, then automake, which creates
|
||||||
Makefile.in from Makefile.am rules. Then it calls autoconf, which will
|
Makefile.in from Makefile.am rules. Then it calls autoconf, which will
|
||||||
@ -23,7 +23,8 @@ with docbook-utils-0.6.9. There is a problem with 0.6.10, which seems to
|
|||||||
have some messed up dsl files. If you have difficulty building the HTML
|
have some messed up dsl files. If you have difficulty building the HTML
|
||||||
documentation with your version of jw, then remove "doc" from the SUBDIRS
|
documentation with your version of jw, then remove "doc" from the SUBDIRS
|
||||||
list in the top-level Makefile and send a report of where the failure was to
|
list in the top-level Makefile and send a report of where the failure was to
|
||||||
the gramps-devel list.
|
the gramps-devel list. This distribution is tested with the style sheets
|
||||||
|
and PNG support from the gnome-doc-tools-2-1 package.
|
||||||
|
|
||||||
MORE INFO: Version and package info is now set in configure.in through a
|
MORE INFO: Version and package info is now set in configure.in through a
|
||||||
call to the AM_INIT_AUTOMAKE macro. The results are stored in variables
|
call to the AM_INIT_AUTOMAKE macro. The results are stored in variables
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
Please read the COPYING file first.
|
Please read the COPYING file first.
|
||||||
|
If building from source, also read the INSTALL file (at least through the
|
||||||
|
"SUPER-SHORT VERSION") before going further.
|
||||||
|
|
||||||
Requirements
|
Requirements
|
||||||
--------------------------------
|
--------------------------------
|
||||||
@ -17,14 +19,13 @@ Gramps documentation is supplied in the form of SGML files, which will be
|
|||||||
installed in the GNOME help path(*). Recent versions of Nautilus and Galeon
|
installed in the GNOME help path(*). Recent versions of Nautilus and Galeon
|
||||||
can generate HTML on-the-fly documents from these. For more information on
|
can generate HTML on-the-fly documents from these. For more information on
|
||||||
building HTML files (including info about packages that do and do not work
|
building HTML files (including info about packages that do and do not work
|
||||||
with the documentation) see the INSTALL file. To generate separate HTML
|
with the documentation) see the INSTALL file. To generate HTML
|
||||||
documentation:
|
documentation the following packages *MUST* installed:
|
||||||
|
|
||||||
1) Ensure the following packages are installed:
|
|
||||||
* db2html >= 0.6.9 (jw >= 1.1) to convert the SGML -> HTML
|
* db2html >= 0.6.9 (jw >= 1.1) to convert the SGML -> HTML
|
||||||
* gnome-doc-tools-2-1 for the GNOME documentation style sheets
|
* gnome-doc-tools-2-1 for the GNOME documentation style sheets
|
||||||
The former is part of the docbook-utils package, the latter can be found
|
The former is part of the docbook-utils package, the latter can be found
|
||||||
from the developer section at gnome.org.
|
from the developer section at gnome.org. (note that docbook-utils 0.6.10 is
|
||||||
|
buggy)
|
||||||
|
|
||||||
One also needs png support for sgml, which should be a part of the
|
One also needs png support for sgml, which should be a part of the
|
||||||
gnome-doc-tools package. The /etc/sgml/catalog file should
|
gnome-doc-tools package. The /etc/sgml/catalog file should
|
||||||
|
Loading…
Reference in New Issue
Block a user