Skip to content

Commit 1a589f2

Browse files
FreddieAkeroydFreddie Akeroyd
authored andcommitted
tag 4.3.1 refs #306
git-svn-id: https://svn.nexusformat.org/code/tags/4.3.1@1880 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
2 parents 7f32ad7 + 7ba0848 commit 1a589f2

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)