Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2019-02-18 | mkfontdir: Fix for non-srcdir builds | Jon TURNEY | |
Fix commit ad5fefcc7a0a0beb1c02270d9f28c8b28da61199 for non-srcdir builds Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2019-02-18 | mkfontdir: Make Makefile.am compatible with Solaris make | Alan Coopersmith | |
Solaris make won't substitute $< in explicit rules, only implicit ones Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2019-02-18 | mkfontdir: config: substitute bindir in mkfontdir using Autoconf @bindir@ | Gaetan Nadon | |
Use the Autoconf recommended way of substituting bindir, see http://www.gnu.org/software/autoconf/manual/autoconf.html Use # sign for comment in script. Only sed is used, drop the cpp terminology. Reviewed-by: Rémi Cardona <remi@gentoo.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2019-02-18 | mkfontdir: config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2019-02-18 | mkfontdir: Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2019-02-18 | mkfontdir: Let BSD make find mkfontdir.cpp when building in a separate obj dir | Matthieu Herrb | |
2019-02-18 | mkfontdir: Find mkfontscale through @bindir@ rather than AC_PATH_PROG, since ↵ | Adam Jackson | |
the one in the path could be from an old install that doesn't support all the needed flags. | |||
2019-02-18 | mkfontdir: build fix for non-GNU make | Matthieu Herrb | |
2019-02-18 | mkfontdir: Add build system for bdftopcf, mkfontdir and mkfontscale | Kevin E Martin | |
2019-01-06 | Add new ConstList functions and use them. | Thomas Klausner | |
Gets rid of lots of const warnings. Signed-off-by: Thomas Klausner <wiz@NetBSD.org> | |||
2018-11-16 | Update README for gitlab migration | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-10-04 | 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> | |||
2011-01-19 | config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-10-29 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | |
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS Enables use of platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2009-11-26 | 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-10 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2008-12-17 | Add hooks for checking sources with lint/sparse/etc. | Alan Coopersmith | |
2008-12-17 | Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2 | Alan Coopersmith | |
2007-12-06 | Replace static ChangeLog with dist-hook to generate from git log | James Cloos | |
2005-12-06 | Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPY | Kevin E Martin | |
2005-11-28 | Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 | Alan Coopersmith | |
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) | |||
2005-11-19 | Update pkgconfig files to separate library build-time dependencies from | Kevin E Martin | |
application build-time dependencies, and update package deps to work with separate build roots. | |||
2005-10-17 | Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to | Alan Coopersmith | |
work better with BSD make | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-07-30 | Add -D flags to clear more compiler warnings (Stefan Dirsch)XORG-6_99_99_900 | Alan Coopersmith | |
2005-07-20 | Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global | Adam Jackson | |
configure cache, you cache it, and the cached value is probably wrong. | |||
2005-07-02 | Add build system for bdftopcf, mkfontdir and mkfontscale | Kevin E Martin | |