summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2011-09-16Strip trailing whitespaceAlan Coopersmith1-3/+3
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-06-28doc: use xorg-docs xorg.css stylesheetGaetan Nadon1-26/+1
Use latest DocBook XML util-macros infrastructure Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-04-01config: fontconf.h.in is redundant in EXTRA_DISTGaetan Nadon1-2/+1
Output files listed in AC_CONFIG_HEADERS or AC_OUTPUT have their input files (typically .in) included in the tarball. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-31Revert "config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERS"Gaetan Nadon1-1/+2
This reverts commit 8e84687b26be6e8f5da4fce173c0a134eb07f4f3. Until the issue is resolved on MAC O/S http://tinderbox.x.org/builds/2010-03-31-0030/logs/libXfont/
2010-03-30config: replace obsolete AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-2/+1
Both headers end up created by the same macro. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+1
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-05doc: use new macros to control doc generationGaetan Nadon1-4/+7
Namely XORG_WITH_FOP for the fop backend (pdf) and XORG_ENABLE_DEVEL_DOCS for the generation of all docs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon1-2/+5
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-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-1/+1
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-07Convert documentation from troff to DocBook/XMLAlan Coopersmith1-0/+21
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-29Janitor: make distcheck and .gitignorePaulo Cesar Pereira de Andrade1-1/+1
Distribute ChangeLog but not autogen.sh. Use a single toplevel .gitignore file, instead of one per subdirectory.
2009-01-20Remove loadable renderer support.Adam Jackson1-1/+0
2008-12-19Use XORG_CWARNFLAGS & XORG_CHANGELOG macros from xorg-macros 1.2Alan Coopersmith1-3/+2
2008-03-09nuke RCS IdsMatthieu Herrb1-2/+0
2006-12-16don't distribute fontconf.hDaniel Stone1-1/+2
Since fontconf.h is a generated file, don't distribute it.
2006-12-06Makefile.am: make ChangeLog hook saferDaniel Stone1-1/+1
Make ChangeLog hook as safe as possible.
2006-09-12Fix distcheck.Adam Jackson1-1/+2
2006-08-25Replace static ChangeLog with dist-hook to generate from git logAlan Coopersmith1-1/+9
2006-04-01Add ft.h and ftfuncs.h to the install set for Xprint's benefit. Bump to 1.1libxfont-1_1_0XORG-7_1XORG-7_0_99_901Adam Jackson1-1/+3
for new header files and bugfixes.
2005-07-02Make headers needed by bdftopcf publicKevin E Martin1-1/+3
Set CFLAGS to make public interface actually public Fix distcheck problem
2005-07-02Build libXfont.la in the 'src' directory as my version of automake reallyKeith Packard1-63/+1
didn't like sub-subdirs in SUBDIRS.
2005-06-27- Remove fontenc from XfontSøren Sandmann Pedersen1-2/+1
- 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
2005-06-21Add fontenc directory, update buildsystemSøren Sandmann Pedersen1-1/+1
2005-06-16Add Speedo directory to XfontSøren Sandmann Pedersen1-4/+4
2005-06-16Add Type1 subdirectory to lib/Xfonts, update build system accordingly.Søren Sandmann Pedersen1-2/+14
2005-05-27Add Xfont.Josh Triplett1-0/+95