summaryrefslogtreecommitdiff
path: root/man/Makefile.am
AgeCommit message (Collapse)Author
2009-03-31clean up man page generation and remove all traces of the i810 driverRémi Cardona
The i810 compatibility symlink has been broken since libpciaccess, so just let it die. (cherry picked from commit b345b4e6adf00f8b2626e5c2563fc159e2295cc5)
2008-03-08Makefile.am: nuke RCS IdMatthieu Herrb
2007-04-10Bug #10520: i810 manpage not installed despite users expecting it to be there.Eric Anholt
Install it as an alias to intel.4x, since we're letting people load the driver as "i810" still.
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.Kevin E Martin
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro substitutionsAlan Coopersmith
to work better with BSD make
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead of ↵Adam Jackson
indirectly
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith
2005-07-26Build system for i810Søren Sandmann Pedersen