Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-16 | Strip trailing whitespace | Alan Coopersmith | |
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-03-29 | config: remove the pkgconfig pc.in file from EXTRA_DIST | Gaetan Nadon | |
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2009-11-27 | Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES | Gaetan Nadon | |
Now that the INSTALL file is generated. Allows running make maintainer-clean. | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet. | |||
2009-10-26 | Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 | Gaetan Nadon | |
ChangeLog filename is known to Automake and requires no further coding in the makefile. | |||
2009-01-28 | Janitor: Correct make distcheck and compiler warnings. | Paulo Cesar Pereira de Andrade | |
2007-12-06 | Add missing PHONY line for automatic ChangeLog generation | James Cloos | |
2006-12-06 | Makefile.am: make ChangeLog hook safer | Daniel Stone | |
Make ChangeLog hook as safe as possible. | |||
2006-10-12 | Fix ChangeLog hook to distcheck. | Adam Jackson | |
2006-10-04 | Add XORG_WITH_LINT support for checking source code with lint/sparse/etc. | Alan Coopersmith | |
2006-10-04 | Replace static ChangeLog with dist-hook to generate from git log | Alan Coopersmith | |
2005-07-12 | Remove encodings build system from libfontenc | Søren Sandmann Pedersen | |
2005-06-28 | Add encodings to fontenc build system, plus various fixes to make it | Søren Sandmann Pedersen | |
distcheck. | |||
2005-06-27 | - Remove fontenc from Xfont | Søren Sandmann Pedersen | |
- Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS |