mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-16 17:01:53 +00:00
Manpage should be both distributed and installed now.
This commit is contained in:
parent
33b6429aa7
commit
a0370e52d2
2 changed files with 4 additions and 3 deletions
|
@ -26,7 +26,7 @@
|
|||
#
|
||||
AUTOMAKE_OPTIONS= foreign
|
||||
|
||||
SUBDIRS= include source
|
||||
SUBDIRS= include source doc
|
||||
|
||||
# uncomment the following if qfcc requires the math library
|
||||
#qfcc_LDADD=-lm
|
||||
|
|
|
@ -32,14 +32,13 @@ if test "x$GCC" = xyes; then
|
|||
# CFLAGS="$CFLAGS -Wall -pedantic"
|
||||
fi
|
||||
|
||||
|
||||
dnl Checks for libraries.
|
||||
AC_CHECK_LIB(z, gztell,,
|
||||
)
|
||||
|
||||
dnl Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS(process.h string.h strings.h sys/types.h sys/wait.h unistd.h)
|
||||
AC_CHECK_HEADERS(process.h string.h strings.h fcntl.h sys/stat.h sys/types.h sys/wait.h unistd.h)
|
||||
|
||||
dnl Checks for typedefs, structures, and compiler characteristics.
|
||||
AC_ARG_ENABLE(profile,
|
||||
|
@ -117,6 +116,8 @@ if test "x$HAVE_QF" = xno; then
|
|||
fi
|
||||
|
||||
AC_OUTPUT(
|
||||
doc/man/Makefile
|
||||
doc/Makefile
|
||||
include/Makefile
|
||||
source/Makefile
|
||||
Makefile
|
||||
|
|
Loading…
Reference in a new issue