aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2012-06-01 14:45:18 +0100
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-06-01 10:08:09 -0700
commitcf72aca038274ec3cab55fecbb50edb741de9086 (patch)
treeb83e8e4ed32f3f2c43e1be536e2d51daa740c0d5 /configure.ac
parent4a41fcd2054807a046ec0e80d6eb03960fda14ec (diff)
Add powertop manual page
Powertop should really have a manual page to explain the options in a little more detail rather than the user having to get the source and read the README file. Signed-off-by: Colin Ian King <colin.king@canonical.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 2c0f02a..4da4eea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_PREREQ([2.68])
AC_INIT([powertop], [2.0], [powertop@lists.01.org])
AM_INIT_AUTOMAKE([-Wall -Werror foreign ])
AC_LANG([C++])
-AC_CONFIG_FILES([Makefile src/Makefile pevent/Makefile po/Makefile.in])
+AC_CONFIG_FILES([Makefile src/Makefile pevent/Makefile po/Makefile.in doc/Makefile])
AC_CONFIG_SRCDIR([src/main.cpp])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_HEADERS([config.h])