Skip to content

Commit

Permalink
backported r984214
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.0.x@984215 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Noah Slater committed Aug 10, 2010
1 parent beddfb7 commit 73a0298
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions etc/Makefile.am
Expand Up @@ -25,10 +25,15 @@ endif

nobase_sysconf_DATA = $(default_sysconf_data) $(init_sysconf_data)

EXTRA_DIST = default/couchdb
EXTRA_DIST = \
default/couchdb \
windows/couchdb.iss.tpl \
windows/README.txt.tpl

if WINDOWS
EXTRA_DIST += windows/setup-couchdb-@version@.exe.md5 windows/setup-couchdb-@version@.exe.sha
EXTRA_DIST += \
windows/setup-couchdb-@version@.exe.md5 \
windows/setup-couchdb-@version@.exe.sha
endif

CLEANFILES = $(init_DATA) $(default_sysconf_data) $(launchd_DATA)
Expand Down

0 comments on commit 73a0298

Please sign in to comment.