~vorlon/ubuntu/raring/upstart/lp.1199778

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Scott James Remnant
  • Date: 2006-09-09 03:58:11 UTC
  • Revision ID: scott@netsplit.com-20060909035811-50490236bf2a8ae9
* Makefile.am (SUBDIRS): Install contents of the man directory
* configure.ac (AC_CONFIG_FILES): Generate man/Makefile
* man/Makefile.am: Install manpages in the appropriate places.
* man/init.8, man/logd.8, man/initctl.8, man/reboot.8,
* man/shutdown.8, man/start.8, man/sulogin.8, man/runlevel.8,
* man/telinit.8: Include some basic manpages so we at least have
some level of documentation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
NIH_LINKER_OPTIMISATIONS
32
32
NIH_LINKER_VERSION_SCRIPT
33
33
 
34
 
AC_CONFIG_FILES([ Makefile m4/Makefile po/Makefile.in intl/Makefile
35
 
                  nih/Makefile upstart/Makefile init/Makefile logd/Makefile
36
 
                  util/Makefile compat/sysv/Makefile event.d/Makefile ])
 
34
AC_CONFIG_FILES([ Makefile m4/Makefile po/Makefile.in man/Makefile
 
35
                  intl/Makefile nih/Makefile upstart/Makefile
 
36
                  init/Makefile logd/Makefile util/Makefile
 
37
                  compat/sysv/Makefile event.d/Makefile ])
37
38
AC_CONFIG_HEADERS([config.h])
38
39
AC_OUTPUT