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 /doc/Makefile | |
| parent | adb0973bb355b9f7eb27d9842116e43c7f77d261 (diff) | |
| download | libweb-a89d0e4ae33561667aee540bd45b5985966562be.tar.gz | |
Install man pagesv0.1.0-rc1
Diffstat (limited to 'doc/Makefile')
| -rw-r--r-- | doc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile b/doc/Makefile new file mode 100644 index 0000000..6ce9d42 --- /dev/null +++ b/doc/Makefile @@ -0,0 +1,9 @@ +.POSIX: + +PREFIX = /usr/local + +all: + +install: all + +cd man3 && $(MAKE) PREFIX=$(PREFIX) install + +cd man7 && $(MAKE) PREFIX=$(PREFIX) install |
