Skip to content

Commit

Permalink
Remove obsolete README files from Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-ilm authored and nickrasmussen committed Aug 8, 2018
1 parent 54d3bbc commit 57259b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
5 changes: 2 additions & 3 deletions IlmBase/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@ DIST_SUBDIRS = \


EXTRA_DIST = \
AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS \
README README.CVS README.OSX \
README.cmake.txt README.namespacing README.git \
AUTHORS ChangeLog LICENSE NEWS \
README.md \
bootstrap \
config.windows/IlmBaseConfig.h \
CMakeLists.txt
Expand Down
4 changes: 3 additions & 1 deletion IlmBase/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ threads.
* **Imath** - 2D and 3D vectors, 3x3 and 4x4 matrices, quaternions
and other useful 2D and 3D math functions.

* **Iex** is an exception-handling library.
* **Iex** - an exception-handling library.

* **IexMath** - math exception types.

In addition, the distribution also includes confidence test libaries:
**HalfTest**, **IexTest**, and **ImathTest**.
Expand Down
5 changes: 2 additions & 3 deletions OpenEXR/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ DIST_SUBDIRS = \
$(SUBDIRS)

EXTRA_DIST = \
AUTHORS COPYING ChangeLog INSTALL LICENSE NEWS PATENTS \
README README.CVS README.OSX \
README.git README.namespacing README.cmake.txt \
AUTHORS ChangeLog LICENSE NEWS PATENTS \
README.md \
bootstrap openexr.m4 \
config.windows/OpenEXRConfig.h \
CMakeLists.txt
Expand Down

0 comments on commit 57259b7

Please sign in to comment.