Skip to content

Commit

Permalink
Remove extraneous 'README' to allow successful RPM creation
Browse files Browse the repository at this point in the history
  • Loading branch information
cleary3 committed Aug 28, 2014
1 parent e269181 commit fefce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -112,7 +112,7 @@ DISTDIR = doxygen-`echo $(VERSION) | tr - _`
dist: clean
rm -rf $(DISTDIR)
mkdir $(DISTDIR)
cp -a $(DISTFILES) README $(DISTDIR)
cp -a $(DISTFILES) $(DISTDIR)
find $(DISTDIR) \( -name ".svn" \) -print0 | xargs -0 rm -rf
tar zcvf $(DISTDIR).src.tar.gz $(DISTDIR)
rm -rf $(DISTDIR)
Expand Down

0 comments on commit fefce47

Please sign in to comment.