about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-12-15 19:16:41 +0100
committerbptato <nincsnevem662@gmail.com>2023-12-15 19:18:32 +0100
commitb8becdc0061eea161a6fbe11bc53032e7a0a4479 (patch)
tree55b53a4024d10ce66be15331bc2db25f0bf06840 /Makefile
parentfbae4ab9127dc4dd9a707c27f8c0bf25a8289e7d (diff)
downloadchawan-b8becdc0061eea161a6fbe11bc53032e7a0a4479.tar.gz
Add doc/protocols
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ca9d67e3..84dd7612 100644
--- a/Makefile
+++ b/Makefile
@@ -153,7 +153,7 @@ clean:
 .PHONY: manpage
 manpage: $(OBJDIR)/man/cha-config.5 $(OBJDIR)/man/cha-mailcap.5 \
 	$(OBJDIR)/man/cha-mime.types.5 $(OBJDIR)/man/cha-localcgi.5 \
-	$(OBJDIR)/man/cha-urimethodmap.5 \
+	$(OBJDIR)/man/cha-urimethodmap.5 $(OBJDIR)/man/cha-protocols.5 \
 	$(OBJDIR)/man/cha.1
 
 .PHONY: install
@@ -180,6 +180,7 @@ install:
 	install -m644 "$(OBJDIR)/man/cha-mime.types.5" "$(DESTDIR)$(MANPREFIX5)"; \
 	install -m644 "$(OBJDIR)/man/cha-localcgi.5" "$(DESTDIR)$(MANPREFIX5)"; \
 	install -m644 "$(OBJDIR)/man/cha-urimethodmap.5" "$(DESTDIR)$(MANPREFIX5)"; \
+	install -m644 "$(OBJDIR)/man/cha-protocols.5" "$(DESTDIR)$(MANPREFIX5)"; \
 	install -m644 "$(OBJDIR)/man/cha.1" "$(DESTDIR)$(MANPREFIX1)"; \
 	fi
 
@@ -203,6 +204,7 @@ uninstall:
 	rm -f "$(DESTDIR)$(MANPREFIX5)/cha-mime.types.5"
 	rm -f "$(DESTDIR)$(MANPREFIX5)/cha-localcgi.5"
 	rm -f "$(DESTDIR)$(MANPREFIX5)/cha-urimethodmap.5"
+	rm -f "$(DESTDIR)$(MANPREFIX5)/cha-cha-protocols.5"
 	rm -f "$(DESTDIR)$(MANPREFIX1)/cha.1"
 
 .PHONY: submodule