From 255316ed5dd6b04b0bb57cd841aa6aad43042228 Mon Sep 17 00:00:00 2001 From: Frederic Peters Date: Thu, 30 Dec 2004 12:59:09 +0000 Subject: Do not remove tmpl/ directory; it holds real hand-written documentation there. Copy lasso.sgml to build/ directory before calling gtkdoc-mkdb so it is found by gtkdoc-mkdb and xml prologues are not added everywhere. --- docs/reference/Makefile.am | 5 ++--- docs/reference/lasso-sections.txt | 3 --- docs/reference/tmpl/session.sgml | 31 ------------------------------- 3 files changed, 2 insertions(+), 37 deletions(-) (limited to 'docs/reference') diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index fd62db87..84c2fee1 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -10,7 +10,7 @@ EXTRA_DIST = \ DOC_SOURCE_DIR = ./code DOC_SOURCE_FILES = \ $(shell find $(top_srcdir)/lasso -name '*.c' -print ) \ - $(shell find $(top_srcdir)/lasso -name '*.h' -print ) + $(shell find $(top_srcdir)/lasso -name '*.h' -print | grep -v private) IGNORE_HFILES = lasso_config.h @@ -34,6 +34,7 @@ SCANOBJ_FILES = lasso.hierarchy lasso.signals lasso.interfaces lasso.prerequisit # sgml: templates @echo '*** Building SGML ***' + cp $(srcdir)/*.sgml $(srcdir)/version.xml build/ cd build && gtkdoc-mkdb --module=lasso \ --main-sgml-file=lasso.sgml \ --sgml-mode \ @@ -41,7 +42,6 @@ sgml: templates --tmpl-dir=../tmpl/ \ --source-dir=../$(DOC_SOURCE_DIR)/lasso \ --output-dir=../sgml/ - cp $(srcdir)/*.sgml $(srcdir)/version.xml build/ (for i in `find sgml -name "*.sgml" -print` ; do \ cat $$i | \ sed 's!\(<dsig:\)\([^/]*\)\(\/>\)!\1\2\3!g' | \ @@ -123,7 +123,6 @@ lasso-index: scan clean-local: clean-sources -rm -rf $(DOC_SOURCE_DIR) -rm -rf .libs - -rm -rf tmpl -rm -rf sgml -rm -rf html -rm -rf build diff --git a/docs/reference/lasso-sections.txt b/docs/reference/lasso-sections.txt index 4caee45f..67306d7b 100644 --- a/docs/reference/lasso-sections.txt +++ b/docs/reference/lasso-sections.txt @@ -78,12 +78,9 @@ LASSO_IDENTITY_GET_CLASS LassoSession lasso_session_new lasso_session_new_from_dump -lasso_session_add_assertion lasso_session_destroy lasso_session_dump -lasso_session_get_assertion lasso_session_get_provider_index -lasso_session_remove_assertion LASSO_SESSION LASSO_IS_SESSION diff --git a/docs/reference/tmpl/session.sgml b/docs/reference/tmpl/session.sgml index 2599fe41..25e304e1 100644 --- a/docs/reference/tmpl/session.sgml +++ b/docs/reference/tmpl/session.sgml @@ -37,17 +37,6 @@ Principal Session @Returns: - - - - - -@session: -@providerID: -@assertion: -@Returns: - - @@ -65,16 +54,6 @@ Principal Session @Returns: - - - - - -@session: -@providerID: -@Returns: - - @@ -85,13 +64,3 @@ Principal Session @Returns: - - - - - -@session: -@providerID: -@Returns: - - -- cgit