diff options
author | Daniel Veillard <veillard@src.gnome.org> | 2002-02-05 21:29:53 +0000 |
---|---|---|
committer | Daniel Veillard <veillard@src.gnome.org> | 2002-02-05 21:29:53 +0000 |
commit | 354196f9d5a22d6febce37eefd419b249d70e1f8 (patch) | |
tree | 043e3e60d643337e6051c841f2ca6513497a00b9 /doc | |
parent | 83c5fa70fd0328c0121a5254f09d19003dd7f278 (diff) | |
download | libxslt-354196f9d5a22d6febce37eefd419b249d70e1f8.tar.gz libxslt-354196f9d5a22d6febce37eefd419b249d70e1f8.tar.bz2 libxslt-354196f9d5a22d6febce37eefd419b249d70e1f8.zip |
Added libxslt-decl.txt to EXTRA_DIST
Diffstat (limited to 'doc')
-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 70f8699f..109e3618 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in EXTRA_DIST = \ - libxslt-api.xml + libxslt-api.xml \ + libxslt-decl.txt # The name of the module. DOC_MODULE=libxslt-$(VERSION) |