diff options
author | RĂ©mi Cardona <remi@gentoo.org> | 2008-11-14 13:55:52 +0100 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2009-03-20 16:31:11 -0700 |
commit | b345b4e6adf00f8b2626e5c2563fc159e2295cc5 (patch) | |
tree | 664e5ba03c307c32872de7f29c8361fe0fd435ce /man | |
parent | 48b91e066878db63a1558e4cd3e6d12ff9c49197 (diff) |
clean up man page generation and remove all traces of the i810 driver
The i810 compatibility symlink has been broken since libpciaccess, so just
let it die.
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 7432d5a3..ac086215 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -25,21 +25,12 @@ # drivermandir = $(DRIVER_MAN_DIR) +driverman_DATA = $(DRIVER_NAME).$(DRIVER_MAN_SUFFIX) -DRIVER_MAN_DIR_SUFFIX = $(DRIVER_MAN_DIR:@mandir@/man%=%) - -driverman_PRE = @DRIVER_NAME@.man - -driverman_DATA = \ - $(driverman_PRE:man=@DRIVER_MAN_SUFFIX@) \ - i810.@DRIVER_MAN_SUFFIX@ - -EXTRA_DIST = @DRIVER_NAME@.man +EXTRA_DIST = $(DRIVER_NAME).man CLEANFILES = $(driverman_DATA) -SED = sed - # Strings to replace in man pages XORGRELSTRING = @PACKAGE_STRING@ XORGMANNAME = X Version 11 @@ -60,10 +51,3 @@ SUFFIXES = .$(DRIVER_MAN_SUFFIX) .man .man.$(DRIVER_MAN_SUFFIX): sed $(MAN_SUBSTS) < $< > $@ - -BUILT_SOURCES = shadows.DONE - -shadows.DONE: - -rm -f i810.@DRIVER_MAN_SUFFIX@ - echo .so man$(DRIVER_MAN_DIR_SUFFIX)/intel.$(DRIVER_MAN_SUFFIX) > \ - i810.@DRIVER_MAN_SUFFIX@ |