summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorGeoff Cleary <gcleary@llnl.gov>2014-08-28 23:56:05 (GMT)
committerGeoff Cleary <gcleary@llnl.gov>2014-08-28 23:56:05 (GMT)
commitfefce473f5cde9fe4db3a86544db2ba41eec8d74 (patch)
treed11a2e79c712428710025d16a4b56b0bf1178a4b /Makefile.in
parente269181624fce15fb669e4b146a0d2156926a29c (diff)
downloadDoxygen-fefce473f5cde9fe4db3a86544db2ba41eec8d74.zip
Doxygen-fefce473f5cde9fe4db3a86544db2ba41eec8d74.tar.gz
Doxygen-fefce473f5cde9fe4db3a86544db2ba41eec8d74.tar.bz2
Remove extraneous 'README' to allow successful RPM creation
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 1d2675b..e90167c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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)