[PATCH libXpm 0/9] Standardize package structure and clean-up

Gaetan Nadon memsize at videotron.ca
Sun Oct 17 15:06:32 PDT 2010


Remove dead/redundant configuration code.
Remove some IMakefile artifacts.
Apply the usual structure for xorg packages.


Gaetan Nadon (9):
  src make: remove -I$(top_builddir)/include
  sxpm make: remove redundant $(XMP_LIBS) linker flags
  sxpm make: move SXPM_LIBS to AM_LDFLAGS
  sxpm make: no need to use a per target LDADD
  libXpm make: remove redundant -I.
  config: provide a Makefile for the include directory
  doc: move doc files to the newly created doc dir.	--> Truncated to fit in xorg-devel list
  config: remove obsolete FILES file from the Imakefile days
  config: rename CHANGES to ChangeLog.old

 CHANGES             |  957 ---------------------------------------------------
 ChangeLog.old       |  957 +++++++++++++++++++++++++++++++++++++++++++++++++++
 FAQ.html            |  344 ------------------
 FILES               |   68 ----
 Makefile.am         |   15 +-
 README.AMIGA        |   10 -
 README.MSW          |  127 -------
 README.html         |  303 ----------------
 configure.ac        |    2 +
 doc/FAQ.html        |  344 ++++++++++++++++++
 doc/Makefile.am     |    6 +
 doc/README.AMIGA    |   10 +
 doc/README.MSW      |  127 +++++++
 doc/README.html     |  303 ++++++++++++++++
 doc/xpm.PS.gz       |  Bin 0 -> 49010 bytes
 include/Makefile.am |    1 +
 src/Makefile.am     |    5 +-
 sxpm/Makefile.am    |    7 +-
 xpm.PS.gz           |  Bin 49010 -> 0 bytes
 19 files changed, 1758 insertions(+), 1828 deletions(-)
 delete mode 100644 CHANGES
 create mode 100644 ChangeLog.old
 delete mode 100644 FAQ.html
 delete mode 100644 FILES
 delete mode 100644 README.AMIGA
 delete mode 100644 README.MSW
 delete mode 100644 README.html
 create mode 100644 doc/FAQ.html
 create mode 100644 doc/Makefile.am
 create mode 100644 doc/README.AMIGA
 create mode 100644 doc/README.MSW
 create mode 100644 doc/README.html
 create mode 100644 doc/xpm.PS.gz
 create mode 100644 include/Makefile.am
 delete mode 100644 xpm.PS.gz



More information about the xorg-devel mailing list