diff options
| author | Frederic Peters <fpeters@entrouvert.com> | 2004-12-22 10:48:31 +0000 |
|---|---|---|
| committer | Frederic Peters <fpeters@entrouvert.com> | 2004-12-22 10:48:31 +0000 |
| commit | dfe6311bcb2bc68c91ae7e34025f197b77f3658b (patch) | |
| tree | 76405341d44bf46a3f4ff29659575fa141beb68d /docs/reference/Makefile.am | |
| parent | 09eb4fb227ae44c82ffb33bf188dab7f1370a511 (diff) | |
| download | lasso-dfe6311bcb2bc68c91ae7e34025f197b77f3658b.tar.gz lasso-dfe6311bcb2bc68c91ae7e34025f197b77f3658b.tar.xz lasso-dfe6311bcb2bc68c91ae7e34025f197b77f3658b.zip | |
Started organizing Lasso Reference Manual; documenting LassoProvider.
Diffstat (limited to 'docs/reference/Makefile.am')
| -rw-r--r-- | docs/reference/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 4cc87582..c78cd5ea 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -1,7 +1,8 @@ EXTRA_DIST = \ lasso-sections.txt \ lasso.sgml \ - lasso.types + lasso.types \ + version.xml.in # We need to pre-process original source files # because gtkdoc does not understand some C features @@ -36,7 +37,7 @@ sgml: templates --tmpl-dir=../tmpl/ \ --source-dir=../$(DOC_SOURCE_DIR)/lasso \ --output-dir=../sgml/ - cp $(srcdir)/lasso.sgml build/ + cp $(srcdir)/*.sgml $(srcdir)/version.xml build/ (for i in `find sgml -name "*.sgml" -print` ; do \ cat $$i | \ sed 's!\(<dsig:\)\([^/]*\)\(\/>\)!<ulink URL=\"http://www.w3.org/TR/xmldsig-core/#sec-\2\">\1\2\3</ulink>!g' | \ |
