summaryrefslogtreecommitdiffstats
path: root/docs/reference
diff options
context:
space:
mode:
authorFrederic Peters <fpeters@entrouvert.com>2004-12-23 18:19:44 +0000
committerFrederic Peters <fpeters@entrouvert.com>2004-12-23 18:19:44 +0000
commitf18c6f1d6bba88c40a769992cce988f3c9ccc577 (patch)
tree43be3c5f9e06a737e9707212cad79542431fc172 /docs/reference
parent05e3610efb70fa0ed253afec17ac5f9001d25694 (diff)
downloadlasso-f18c6f1d6bba88c40a769992cce988f3c9ccc577.tar.gz
lasso-f18c6f1d6bba88c40a769992cce988f3c9ccc577.tar.xz
lasso-f18c6f1d6bba88c40a769992cce988f3c9ccc577.zip
removing lasso_config.h from scanned header files
Diffstat (limited to 'docs/reference')
-rw-r--r--docs/reference/Makefile.am8
-rw-r--r--docs/reference/lasso-sections.txt7
-rw-r--r--docs/reference/lasso.sgml2
3 files changed, 6 insertions, 11 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am
index f2d15acf..fd62db87 100644
--- a/docs/reference/Makefile.am
+++ b/docs/reference/Makefile.am
@@ -12,6 +12,8 @@ DOC_SOURCE_FILES = \
$(shell find $(top_srcdir)/lasso -name '*.c' -print ) \
$(shell find $(top_srcdir)/lasso -name '*.h' -print )
+IGNORE_HFILES = lasso_config.h
+
# do nothing for all
all: docs
@@ -78,8 +80,10 @@ scan: doc_sources
test -f $$i || touch $$i ; \
done \
fi
- gtkdoc-scan --module=lasso --source-dir=$(DOC_SOURCE_DIR)/lasso/ --output-dir=build/
-
+ gtkdoc-scan --module=lasso \
+ --source-dir=$(DOC_SOURCE_DIR)/lasso/ \
+ --output-dir=build/ \
+ --ignore-headers="$(IGNORE_HFILES)"
#
# Prepare source files by coping them to "code" folder and
diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt
index 60efda84..1c101705 100644
--- a/docs/reference/lasso-sections.txt
+++ b/docs/reference/lasso-sections.txt
@@ -897,13 +897,6 @@ lasso_check_version_ext
</SECTION>
<SECTION>
-<FILE>version</FILE>
-LASSO_VERSION_MAJOR
-LASSO_VERSION_MINOR
-LASSO_VERSION_SUBMINOR
-</SECTION>
-
-<SECTION>
<FILE>lecp</FILE>
<TITLE>LassoLecp</TITLE>
LassoLecp
diff --git a/docs/reference/lasso.sgml b/docs/reference/lasso.sgml
index 6871e25b..e1508a64 100644
--- a/docs/reference/lasso.sgml
+++ b/docs/reference/lasso.sgml
@@ -43,7 +43,6 @@
<!ENTITY LassoLibAuthnContext SYSTEM "sgml/lib_authn_context.xml">
<!ENTITY LassoLibAuthenticationStatement SYSTEM "sgml/lib_authentication_statement.xml">
<!ENTITY lasso-lasso SYSTEM "sgml/lasso.xml">
-<!ENTITY lasso-version SYSTEM "sgml/version.xml">
<!ENTITY LassoFederation SYSTEM "sgml/federation.xml">
<!ENTITY LassoLecp SYSTEM "sgml/lecp.xml">
<!ENTITY LassoProvider SYSTEM "sgml/provider.xml">
@@ -182,7 +181,6 @@ the <ulink url="http://lasso.entrouvert.org/license">GNU General Public License<
&lasso-lasso;
&LassoStrings;
- &lasso-version;
</chapter>
</book>