summaryrefslogtreecommitdiffstats
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-22 03:40:58 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-22 03:40:58 (EDT)
commitf3aeb0ffc84c75faea757d94b0270ee566b6a03f (patch)
treecbea7f3f36427ba7a851c7a5a59696d3288ac8ba /man/Makefile.in
parentd85b660b4a34e2fa2f75fde202059ee41ab20eb4 (diff)
parentdfd503fffcca2c1527c6004dff86e304079a4ebb (diff)
Merge branch 'feature/buildsystems-support'.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index a684679..fe4350e 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -35,7 +35,9 @@ sed_script = s&@@PACKAGE_NAME@@&$(package_name)&;\
.SUFFIXES:
.SUFFIXES: .in
-SRCS = oh-installfiles.1.in oh-strip.1.in oh-fixperms.1.in
+SRCS = oh-installfiles.1.in oh-strip.1.in oh-fixperms.1.in \
+ oh-autoconfigure.1.in oh-autobuild.1.in \
+ oh-autoclean.1.in oh-autotest.1.in oh-autoinstall.1.in
OBJS = $(SRCS:.in=)
distdir = ../$(package_name)-$(package_version)/man