automake સાથે એકત્રિકરણ

તમારા પ્રોજેક્ટની API દસ્તાવેજીકરણ ડિરેક્ટરી ( ./docs/reference/<package>) માં gtkdoc-સ્ત્રોતોની ઉપડિરેક્ટરીઓનાં ઉદાહરણો માંથી Makefile.am ની પહેલી નકલ કરો. જો તમારી પાસે દરેક એક માટે ઘણાબધા ફરી આવતા દસ્તાવેજ-પેકેજો છે.

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