man: complete the makefile to build the man pages

Using the common sed method to build the man pages.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon
2010-03-25 16:02:28 -04:00
parent 9b7d5630a5
commit 6357c787a3
2 changed files with 13 additions and 28 deletions

View File

@@ -45,6 +45,7 @@ AM_MAINTAINER_MODE
AC_DISABLE_STATIC
AC_PROG_LIBTOOL
AC_PROG_CC
AC_PROG_SED
AH_TOP([#include "xorg-server.h"])