diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-21 12:01:37 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-21 12:01:37 +0000 |
commit | 89d6d235cdb0a8af8172e8956abdf895ea1d73d7 (patch) | |
tree | f51e94bc19071250d5f8b6abcd65f012e2e5b8c2 /doc/Makefile.am | |
parent | f2b9b8bb9d232339983f13c9dfbc24df5866d7c8 (diff) | |
download | libxslt-89d6d235cdb0a8af8172e8956abdf895ea1d73d7.tar.gz libxslt-89d6d235cdb0a8af8172e8956abdf895ea1d73d7.tar.bz2 libxslt-89d6d235cdb0a8af8172e8956abdf895ea1d73d7.zip |
added documentation for the wrappers and python modules. Daniel
* doc/site.xml doc/xslt.html doc/python.html doc/*.html: added
documentation for the wrappers and python modules.
Daniel
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 109e3618..1bd57a10 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -76,7 +76,8 @@ rebuild: libxslt-sections.txt templates sgml html install-data-local: $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR) - -@INSTALL@ -m 0644 $(srcdir)/xml.html $(DESTDIR)$(TARGET_DIR) + -@INSTALL@ -m 0644 $(srcdir)/*.html $(DESTDIR)$(TARGET_DIR) + -@INSTALL@ -m 0644 $(srcdir)/*.gif $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial |