Skip to content

Commit 7ba0848

Browse files
FreddieAkeroydFreddie Akeroyd
authored andcommitted
Merge trunk changes [1871] to [1877] refs #306
git-svn-id: https://svn.nexusformat.org/code/branches/4.3@1878 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
1 parent 79a3099 commit 7ba0848

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,10 @@ MAINTAINERCLEANFILES = \
5757
ChangeLog :
5858
touch $@
5959
if HAVE_SVN2CL
60-
@echo "Generating ChangeLog from svn via svn2cl"
61-
$(SVN2CL) --non-interactive --authors=svn2cl_nexus_authors.xml .
60+
if test -d .svn; then \
61+
echo "Generating ChangeLog from svn via svn2cl"; \
62+
$(SVN2CL) --non-interactive --authors=svn2cl_nexus_authors.xml .; \
63+
fi
6264
endif
6365

6466
#dist-hook : ChangeLog

0 commit comments

Comments
 (0)