summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-20 00:43:39 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-20 00:43:39 (EST)
commit3c79b3d59d089df856be9c250ffa38bfd082c10c (patch)
tree1cc56f45a5f24ce12435466b912d50d3c9c8ea0f /Makefile.in
parent59f5053250a3278ac4a62aa6331d3d0c3cdfba17 (diff)
Write oh-installfiles(1) and oh-buildopk(1) pages.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 4e99130..f91e7ea 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,10 @@ install: all
@$(INSTALL) -D "$(SRCDIR)/man/opkbuild.1" "$(DESTDIR)/$(MANDIR)/man1/opkbuild.1"
@printf ' INSTALL man/oh-strip.1\n'
@$(INSTALL) -D "$(SRCDIR)/man/oh-strip.1" "$(DESTDIR)/$(MANDIR)/man1/oh-strip.1"
+ @printf ' INSTALL man/oh-installfiles.1\n'
+ @$(INSTALL) -D "$(SRCDIR)/man/oh-installfiles.1" "$(DESTDIR)/$(MANDIR)/man1/oh-installfiles.1"
+ @printf ' INSTALL man/oh-buildopk.1\n'
+ @$(INSTALL) -D "$(SRCDIR)/man/oh-buildopk.1" "$(DESTDIR)/$(MANDIR)/man1/oh-buildopk.1"
.PHONY: uninstall
uninstall:
@@ -61,3 +65,7 @@ uninstall:
@rm "$(DESTDIR)/$(MANDIR)/man1/opkbuild.1"
@printf ' RM oh-strip.1\n'
@rm "$(DESTDIR)/$(MANDIR)/man1/oh-strip.1"
+ @printf ' RM oh-installfiles.1\n'
+ @rm "$(DESTDIR)/$(MANDIR)/man1/oh-installfiles.1"
+ @printf ' RM oh-buildopk.1\n'
+ @rm "$(DESTDIR)/$(MANDIR)/man1/oh-buildopk.1"