Skip to content
Snippets Groups Projects
Commit 6171e570 authored by jce's avatar jce
Browse files

small fixes to have the man pages intall automatically

parent a2af25aa
No related branches found
No related tags found
No related merge requests found
AUTOMAKE_OPTIONS = foreign
SUBDIRS = src testsuite
SUBDIRS = src testsuite doc
EXTRA_DIST = auxdir etc doc
EXTRA_DIST = auxdir etc
MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
......
......@@ -421,7 +421,7 @@ AC_DEFINE(WITH_LSD_NOMEM_ERROR_FUNC, 1, [Have definition of lsd_nomem_error()])
dnl All slurm Makefiles:
AC_CONFIG_FILES([Makefile
src/Makefile
src/Makefile
src/api/Makefile
src/common/Makefile
src/popt/Makefile
......@@ -439,7 +439,9 @@ AC_CONFIG_FILES([Makefile
testsuite/slurm_unit/slurmd/Makefile
testsuite/slurm_unit/api/Makefile
testsuite/slurm_unit/api/manual/Makefile
]
doc/Makefile
doc/man/Makefile
]
)
AC_OUTPUT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment