Skip to content

Commit

Permalink
Merge trunk changes [1871] to [1877] refs #306
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.nexusformat.org/code/branches/4.3@1878 ff5d1e40-2be0-497f-93bd-dc18237bd3c7
  • Loading branch information
FreddieAkeroyd authored and Freddie Akeroyd committed Mar 5, 2013
1 parent 79a3099 commit 7ba0848
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ MAINTAINERCLEANFILES = \
ChangeLog :
touch $@
if HAVE_SVN2CL
@echo "Generating ChangeLog from svn via svn2cl"
$(SVN2CL) --non-interactive --authors=svn2cl_nexus_authors.xml .
if test -d .svn; then \
echo "Generating ChangeLog from svn via svn2cl"; \
$(SVN2CL) --non-interactive --authors=svn2cl_nexus_authors.xml .; \
fi
endif

#dist-hook : ChangeLog
Expand Down

0 comments on commit 7ba0848

Please sign in to comment.