ஆட்டோமேக் உடன் ஒருங்கிணைப்பு

முதலில் gtkdoc-sources அடைவிலிருந்து உங்கள் திட்டத்தின் ஏபிஐ ஆவண அடைவு ( ./docs/reference/<package>) க்கு 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:

Example 2-5distcheck போது ஜிடிகே- டாக் ஐ செயலாக்குக
DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc