summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-01-21 12:01:24 (EST)
committer P. J. McDermott <pjm@nac.net>2012-01-21 12:01:24 (EST)
commitb576a3239fd1a971cac72d75f98dc690da6846c9 (patch)
tree7983aaa6d1925ae6736adb259c0e3e73c76dd3bb /Makefile.in
parentd31b721e987fe7d53cef087ed2f002b65a6a759e (diff)
Document oh-gencontrol.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index a2a88bd..fbda315 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -73,6 +73,9 @@ install: all
@printf ' INSTALL man/oh-installfiles.1\n'
@$(INSTALL) -D "$(SRCDIR)/man/oh-installfiles.1" \
"$(DESTDIR)/$(MANDIR)/man1/oh-installfiles.1"
+ @printf ' INSTALL man/oh-gencontrol.1\n'
+ @$(INSTALL) -D "$(SRCDIR)/man/oh-gencontrol.1" \
+ "$(DESTDIR)/$(MANDIR)/man1/oh-gencontrol.1"
@printf ' INSTALL man/oh-buildopk.1\n'
@$(INSTALL) -D "$(SRCDIR)/man/oh-buildopk.1" \
"$(DESTDIR)/$(MANDIR)/man1/oh-buildopk.1"
@@ -87,11 +90,15 @@ uninstall:
@rm "$(DESTDIR)/$(BINDIR)/oh-installfiles"
@printf ' RM oh-buildopk\n'
@rm "$(DESTDIR)/$(BINDIR)/oh-buildopk"
+ @printf ' RM controlfields\n'
+ @rm "$(DESTDIR)/$(LIBDIR)/opkhelper/controlfields"
@printf ' RM opkbuild.1\n'
@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-gencontrol.1\n'
+ @rm "$(DESTDIR)/$(MANDIR)/man1/oh-gencontrol.1"
@printf ' RM oh-buildopk.1\n'
@rm "$(DESTDIR)/$(MANDIR)/man1/oh-buildopk.1"