diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-26 23:50:41 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-09-27 21:55:58 +0200 |
| commit | a89d0e4ae33561667aee540bd45b5985966562be (patch) | |
| tree | 0faca5b5248d41c1270a22c32ddcda723dc08d45 /Makefile | |
| parent | adb0973bb355b9f7eb27d9842116e43c7f77d261 (diff) | |
| download | libweb-a89d0e4ae33561667aee540bd45b5985966562be.tar.gz | |
Install man pagesv0.1.0-rc1
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
