diff options
Diffstat (limited to 'man')
-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 832ff0f..c9cdfc2 100644 --- a/man/Makefile.in +++ b/man/Makefile.in @@ -27,7 +27,8 @@ MANDIR = @mandir@ .SUFFIXES: -OBJS = opkbuild.1 oh-strip.1 oh-installfiles.1 oh-gencontrol.1 oh-buildopk.1 +OBJS = opkbuild.1 oh-applypatches.1 oh-strip.1 \ + oh-installfiles.1 oh-gencontrol.1 oh-buildopk.1 .PHONY: all all: $(OBJS) |