Commit fefce473 authored by Geoff Cleary's avatar Geoff Cleary
Browse files

Remove extraneous 'README' to allow successful RPM creation

parent e2691816
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)