Procedure 1.
If one does not exist, create the help directory. The default location is help/C for default documents, and help/C/figures for screenshots and other figures. Documents for other locales would replace C with the name of the locale.
Use cvs add directoryname to add the directories to cvs.
Add all docs to the documentation directory and figures to the figures directory. Be sure to add legal.xml, the file with the legal boilerplate, and the OMF file required by ScrollKeeper.
Use cvs add to add the files.
Install a Makefile.am in help/C. A template can be found in gnome-docu/gdp/gdp-example1/help/gdp-example1-manual/C and cvs add it.
Modify the figures listings in the Makefile.am to include your figures:
figs = \ figures/firstfigure.png \ figures/secondfigure.png \ figures/thirdfigure.png
Replace gdp-example1-manual with the name of your document, minus the .xml.
Replace the omffile variable's gdp-example1-manual-C.omf with the name of your OMF file.
Replace fdl-appendix.xml with legal.xml, along with the name of any other files you have added that are included as entities.
Change the include line to read:
include $(top_srcdir)/xmldocs.make
Include a simple Makefile.am in the help directory:
SUBDIRS = Cand cvs add it.