aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-26 23:50:41 +0200
committerXavier Del Campo Romero <xavi.dcr@tutanota.com>2023-09-27 21:55:58 +0200
commita89d0e4ae33561667aee540bd45b5985966562be (patch)
tree0faca5b5248d41c1270a22c32ddcda723dc08d45 /Makefile
parentadb0973bb355b9f7eb27d9842116e43c7f77d261 (diff)
downloadlibweb-a89d0e4ae33561667aee540bd45b5985966562be.tar.gz
Install man pagesv0.1.0-rc1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d4a294..246efdf 100644
--- a/Makefile
+++ b/Makefile
@@ -24,6 +24,7 @@ install: all $(PC_DST)/slweb.pc
mkdir -p $(DST)
cp $(PROJECT) $(DST)
chmod 0755 $(DST)/$(PROJECT)
+ +cd doc && $(MAKE) PREFIX=$(PREFIX) install
clean:
rm -f $(OBJECTS) $(DEPS)