Skip to content

Commit

Permalink
Updated these files to reflect rename of README to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaray committed Feb 23, 2016
1 parent 1de3541 commit 24cfe26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ IDEAS
LICENSE
Makefile
MANIFEST
README
README.md
tests
VERSION
WARNING
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PROJECT = clide
DIST = $(PROJECT)-$(VERSION)
FILES = $(shell cat MANIFEST)
UTILS = clide
DOCS = CHANGELOG COPYING LICENSE MANIFEST README GOALS WARNING
DOCS = CHANGELOG COPYING LICENSE MANIFEST README.md GOALS WARNING
TESTS = alphabet strings
# rpm --showrc is gettin to be hard to parse anymore.
#RPMDIR = /usr/src/redhat
Expand Down
2 changes: 1 addition & 1 deletion clide.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ make ROOT="$RPM_BUILD_ROOT" rpminstall

%files
%attr(0755 root root) %{_bindir}/clide
%doc %attr(- root root) CHANGELOG COPYING GOALS IDEAS LICENSE README WARNING
%doc %attr(- root root) CHANGELOG COPYING GOALS IDEAS LICENSE README.md WARNING
%doc %attr(- root root) tests/
%{_mandir}/man1/clide.1.gz

Expand Down

0 comments on commit 24cfe26

Please sign in to comment.