add rules for installing documentation

This commit is contained in:
Josh Coalson
2002-07-03 21:00:10 +00:00
parent 7909a2413e
commit 629a45db05
3 changed files with 22 additions and 3 deletions

View File

@@ -15,9 +15,14 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
AUTOMAKE_OPTIONS = foreign
SUBDIRS = . images ru
EXTRA_DIST = comparison.html \
docdir = $(datadir)/doc/$(PACKAGE)-$(VERSION)
doc_DATA = \
comparison.html \
developers.html \
documentation.html \
download.html \
@@ -28,3 +33,4 @@ EXTRA_DIST = comparison.html \
index.html \
news.html
EXTRA_DIST = $(doc_DATA)