summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Update README for gitlab migrationAlan Coopersmith2018-11-161-0/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: move man pages into their own directoryGaetan Nadon2011-01-191-17/+1
| | | | | | | Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2010-10-211-19/+1
| | | | | | | | | | 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>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-261-1/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-281-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.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-2/+1
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* Makefile.am: do not include autogen.sh in distribution #24183Gaetan Nadon2009-10-211-1/+1
| | | | This is a private build script that should not be distributed
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-10-101-2/+2
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Ansification and compile warning fixes.Paulo Cesar Pereira de Andrade2009-01-151-1/+1
| | | | | This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects make distcheck. There weren't any gcc 4.3 and sparse warnings.
* Change iceauth_CFLAGS to AM_CFLAGS to avoid automake-1.10 warningAlan Coopersmith2007-07-231-2/+2
| | | | Makefile.am:27: compiling `iceauth.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
* Add option to check code with lint/sparse/etc.Alan Coopersmith2007-05-171-0/+7
|
* Replace static ChangeLog with disthook to generate from git logAlan Coopersmith2007-05-171-1/+10
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-061-3/+3
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-171-1/+1
| | | | work better with BSD make
* Use sed to fill in variables in man pageAlan Coopersmith2005-10-141-1/+32
|
* Install man pages to section 1 instead of section m (Patch from DonnieXORG-6_99_99_900Alan Coopersmith2005-08-011-1/+1
| | | | Berkholz)
* Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a globalAdam Jackson2005-07-201-2/+2
| | | | configure cache, you cache it, and the cached value is probably wrong.
* Add build system for iceauthSøren Sandmann Pedersen2005-06-281-0/+34