automake తో విలీనం

ముందుగా Makefile.amను gtkdoc-sources యొక్క వుదాహరణల వుపసంచయం నుండి మీ ప్రోజెక్టు యొక్క API పత్రికీకరణ డైరెక్టరీనకు నకలుతీయుము (./docs/reference/<package>). మీరు బహుళ doc-packages కలిగివుంటే ప్రతిదానికి యిలా చేయండి.

The next step is to edit the settings inside the Makefile.am. All the settings have a comment above that describes their purpose. Most settings are extra flags passed to the respective tools. Every tool has a variable of the form <TOOLNAME>_OPTIONS. All the tools support --help to list the supported parameters.

You may also want to enable GTK-Doc for the distcheck make target. Just add the one line shown in the next example to your top-level Makefile.am:

ఉదాహరణ 2-5distcheck చేయునప్పుడు GTK-Doc చేతనము చేయి
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc