diff options
author | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:00:21 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2007-03-09 04:00:21 +0000 |
commit | 2d21f3081a28e3de7915e0246e020f9cc6c60c49 (patch) | |
tree | 0a6cf7bc629535001d2e2c127d1a818c94d0a8b1 /Makefile.am | |
parent | e7ad1159b596a77c8112979cbd5a20e3cd574609 (diff) |
Update EXTRA_DIST for the renaming of doc to docs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 2157805..4edb49e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,8 +6,8 @@ # See README for licensing terms. AUTOMAKE_OPTIONS = foreign subdir-objects -EXTRA_DIST = doc/design-acl doc/design-api doc/design-schema \ - doc/netdb-role-api doc/notes tests/TESTS tests/client/basic-t.in \ +EXTRA_DIST = docs/design-acl docs/design-api docs/design-schema \ + docs/netdb-role-api docs/notes tests/TESTS tests/client/basic-t.in \ tests/data/README tests/data/cmd-fake tests/data/fake-keytab \ tests/data/wallet.conf |