fix handling of api/ directory in accord with new automake

This commit is contained in:
Josh Coalson 2002-09-11 00:37:22 +00:00
parent e2281f3432
commit ef528ecac2
1 changed files with 2 additions and 3 deletions

View File

@ -31,10 +31,9 @@ doc_DATA = \
goals.html \
id.html \
index.html \
news.html \
api
news.html
EXTRA_DIST = $(doc_DATA)
EXTRA_DIST = $(doc_DATA) api
# The install targets don't copy whole directories so we have to
# handle 'api/' specially: