Skip to content

Commit cba0a2d

Browse files
committed
Moving the files ChangeLog and NEWS to OChangeLog and ONEWS.
1 parent 75b75e3 commit cba0a2d

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

Makefile.am

+3
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ EXTRA_DIST = \
6464
important_changes.pl \
6565
META.json.pl \
6666
META.json \
67+
NEWS.md \
68+
OChangeLog \
69+
ONEWS \
6770
sympa.spec.pl \
6871
sympa.spec \
6972
etc_README \

ChangeLog OChangeLog

File renamed without changes.

NEWS ONEWS

File renamed without changes.

sympa.spec.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@
130130
rm -rf %{buildroot}
131131
make install DESTDIR=%{buildroot}
132132
mv %{buildroot}%{_docdir}/%{name} __doc
133-
cp -p AUTHORS ChangLog COPYING NEWS README __doc/
133+
cp -p AUTHORS COPYING NEWS.md OChangeLog ONEWS README __doc/
134134
135135
%check
136136
%if 0%{?do_check}

0 commit comments

Comments
 (0)