Use strings to identify section types in the on-disk repo format.
Previously, a given razor file type had a fixed number of sections in a
fixed order, identified by an integer type. Now, sections are identified
by a named string (stored in a string pool after the section lists).
This will allow for razor files to contain arbitrary sections.
For bonus points, also drop the 4k section alignment and change the
magic byte string to "RZDB".
committer: Kristian H?gsberg <krh@redhat.com>
1 # The name of the module.
4 # The top-level SGML file.
5 DOC_MAIN_SGML_FILE=razor-docs.xml
7 # Extra options to supply to gtkdoc-scan
8 IGNORE_HFILES = config.h razor-internal.h
10 # The directory containing the source code. Relative to $(srcdir)
11 DOC_SOURCE_DIR=$(top_srcdir)/librazor
13 # Used for dependencies
14 HFILE_GLOB=$(top_srcdir)/librazor/*.h
15 CFILE_GLOB=$(top_srcdir)/librazor/*.c
17 # Extra options to supply to gtkdoc-mkdb
18 MKDB_OPTIONS=--sgml-mode --output-format=xml
20 # Extra options to supply to gtkdoc-mktmpl
24 include $(top_srcdir)/gtk-doc.make
29 # Version information for marking the documentation
30 EXTRA_DIST += version.xml.in
32 docsdir = $(datadir)/doc/razor