diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-01-26 21:32:59 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-01-26 21:32:59 +0000 |
commit | ed85c17b6a1555949f107665a8a1fd6492f1d9ba (patch) | |
tree | 3949976a7644fbd59bf1fe5763cce4468f63480f /Makefile.am | |
parent | 6256442995441222dda06d398189f2ac31a13d3e (diff) | |
download | libxslt-ed85c17b6a1555949f107665a8a1fd6492f1d9ba.tar.gz libxslt-ed85c17b6a1555949f107665a8a1fd6492f1d9ba.tar.bz2 libxslt-ed85c17b6a1555949f107665a8a1fd6492f1d9ba.zip |
Too tired to do some code, prepared documentation:
- Makefile.am configure.in doc/Makefile.am: added a doc subdir
and the rules to generates the makefiles.
- doc/libxslt.sgml doc/xslt.html: very first version of the manual
- doc/html/*.html : autogenerated documentation
- libxslt/xsltInternals.h: fixed a typedef wich was breaking gtk-doc
Daniel
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index e2275472..f5a2511a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,7 @@ SUBDIRS = \ libxslt \ - tests + tests \ + doc confexecdir=$(libdir) confexec_DATA = xsltConf.sh |