diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2001-11-28 10:19:19 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2001-11-28 10:19:19 +0000 |
commit | f8a5acff6ed39f4dbc2d17749c29569148425f06 (patch) | |
tree | 261ae33da9eabbaacadcbb63fe6546d96df18095 /doc/Makefile.am | |
parent | 76cbe5f70a31e1b0a85e12e35eeb2a73577089e9 (diff) | |
download | libxslt-f8a5acff6ed39f4dbc2d17749c29569148425f06.tar.gz libxslt-f8a5acff6ed39f4dbc2d17749c29569148425f06.tar.bz2 libxslt-f8a5acff6ed39f4dbc2d17749c29569148425f06.zip |
added an FAQ Daniel
* doc/FAQ.html doc/site.xsl doc/*.html doc/Makefile.am: added an FAQ
Daniel
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 89288397..2ec9e83e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -13,7 +13,7 @@ HTML_DIR=@HTML_DIR@ TARGET_DIR=$(HTML_DIR)/$(DOC_MODULE)/html PAGES= API.html bugs.html contribs.html docs.html downloads.html \ - help.html index.html intro.html news.html xsltproc2.html + help.html index.html intro.html news.html xsltproc2.html FAQ.html man_MANS = xsltproc.1 |