diff options
author | P. J. McDermott <pjm@nac.net> | 2012-01-30 12:26:16 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-01-30 12:26:16 (EST) |
commit | ebf34c455e973d5f41efe20cd4883772a34aa650 (patch) | |
tree | 65eb46cb0bc3e0f8e2531cd72b4b37a759465fb1 /man/Makefile.in | |
parent | d918248289bac23935c0a91da7709aed45c1a1b6 (diff) |
Write and document oh-installdocs.
Diffstat (limited to 'man/Makefile.in')
-rw-r--r-- | man/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man/Makefile.in b/man/Makefile.in index 17db5bf..3ea062c 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -28,7 +28,8 @@ MANDIR = @mandir@ .SUFFIXES: OBJS = opkbuild.1 oh-checkbuilddeps.1 oh-applypatches.1 oh-copyconfig.1 \ - oh-strip.1 oh-installfiles.1 oh-gencontrol.1 oh-buildopk.1 + oh-strip.1 oh-installfiles.1 oh-installdocs.1 oh-gencontrol.1 \ + oh-buildopk.1 .PHONY: all all: $(OBJS) |