aboutsummaryrefslogtreecommitdiff
path: root/man/Makefile.am
Commit message (Collapse)AuthorAge
* config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2010-06-16
| | | | | | | | | | | | 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 The existing statement can now be removed from the configuration file. Use Automake $() for variables in Makefile.am Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* man: Use Autoconf provided $(AM_V_GEN)$(SED)Gaetan Nadon2010-04-19
| | | | | | Enables silent rule and use platform appropriate version of sed. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-15
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Update COPYING with the correct copyright info.Peter Hutterer2008-07-03
| | | | | Fix up licence of emuMB.c, was using Red Hat instead of "The authors", but this code wasn't contributed by RH anyway.
* Add evdev manpageevdev-1_0-branchpointgravity2006-01-09
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-06
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-28
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Do the following to make the drivers pass distcheck:Kevin E Martin2005-10-18
| | | | | - Only define EXTRA_DIST when there are actually man pages to be processed - Add missing man pages to keyboard and ati drivers EXTRA_DIST
* Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith2005-10-18
| | | | substitutions to work better with BSD make
* More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson2005-10-17
| | | | of indirectly
* Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2005-10-17
|
* Build skeletons for input drivers. Should basically work.Adam Jackson2005-07-12