diff options
author | Simon Josefsson <simon@josefsson.org> | 2010-05-20 14:51:16 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2010-05-20 14:51:16 +0200 |
commit | 1e1c6702f4b0a7b9b7d95a1c2ef52d98b7151a39 (patch) | |
tree | 33b2747480b762a4cc0ade72819726435271e3ff /doc/reference/Makefile.am | |
parent | 7f36c1c5b302f2257b8d323513a469402e84212c (diff) | |
download | libtasn1-1e1c6702f4b0a7b9b7d95a1c2ef52d98b7151a39.tar.gz libtasn1-1e1c6702f4b0a7b9b7d95a1c2ef52d98b7151a39.tar.bz2 libtasn1-1e1c6702f4b0a7b9b7d95a1c2ef52d98b7151a39.zip |
Upgrade GTK-DOC files to get PDF files.
Diffstat (limited to 'doc/reference/Makefile.am')
-rw-r--r-- | doc/reference/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/reference/Makefile.am b/doc/reference/Makefile.am index 5dee58a..2c382f6 100644 --- a/doc/reference/Makefile.am +++ b/doc/reference/Makefile.am @@ -18,10 +18,10 @@ DOC_MODULE=$(PACKAGE) # The top-level SGML file. You can change this if you want to. DOC_MAIN_SGML_FILE=$(DOC_MODULE)-docs.sgml -# The directory containing the source code. Relative to $(srcdir). -# gtk-doc will search all .c & .h files beneath here for inline comments -# documenting the functions and macros. -# e.g. DOC_SOURCE_DIR=../../../gtk +# Directories containing the source code, relative to $(srcdir). +# gtk-doc will search all .c and .h files beneath these paths +# for inline comments documenting functions and macros. +# e.g. DOC_SOURCE_DIR=../../../gtk ../../../gdk DOC_SOURCE_DIR=../../lib # Extra options to pass to gtkdoc-scangobj. Not normally needed. @@ -96,6 +96,6 @@ EXTRA_DIST += # Comment this out if you want your docs-status tested during 'make check' if ENABLE_GTK_DOC -#TESTS_ENVIRONMENT = cd $(srcsrc) +#TESTS_ENVIRONMENT = cd $(srcsrc) && #TESTS = $(GTKDOC_CHECK) endif |