forked from RepoMirrors/bemenu
makefile: add install-docs rule
This commit is contained in:
parent
9cac33857d
commit
7f6aff52ee
@ -140,9 +140,11 @@ install-x11:
|
|||||||
mkdir -p "$(DESTDIR)$(PREFIX)$(libdir)/bemenu"
|
mkdir -p "$(DESTDIR)$(PREFIX)$(libdir)/bemenu"
|
||||||
-cp bemenu-renderer-x11.so "$(DESTDIR)$(PREFIX)$(libdir)/bemenu"
|
-cp bemenu-renderer-x11.so "$(DESTDIR)$(PREFIX)$(libdir)/bemenu"
|
||||||
|
|
||||||
install-base: install-pkgconfig install-include install-lib-symlinks install-bins install-man
|
install-docs: install-man
|
||||||
|
|
||||||
install: install-base install-renderers
|
install-base: install-pkgconfig install-include install-lib-symlinks install-bins
|
||||||
|
|
||||||
|
install: install-base install-renderers install-docs
|
||||||
@echo "Install OK!"
|
@echo "Install OK!"
|
||||||
|
|
||||||
doxygen:
|
doxygen:
|
||||||
@ -163,5 +165,5 @@ clean:
|
|||||||
|
|
||||||
.DELETE_ON_ERROR:
|
.DELETE_ON_ERROR:
|
||||||
.PHONY: all clean install install-base install-pkgconfig install-include install-libs install-lib-symlinks \
|
.PHONY: all clean install install-base install-pkgconfig install-include install-libs install-lib-symlinks \
|
||||||
install-man install-bins install-renderers install-curses install-wayland install-x11 \
|
install-man install-bins install-docs install-renderers install-curses install-wayland install-x11 \
|
||||||
doxygen sign clients curses x11 wayland
|
doxygen sign clients curses x11 wayland
|
||||||
|
@ -8,7 +8,7 @@ modules:
|
|||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- make bemenu-run x11 wayland curses PREFIX=/app
|
- make bemenu-run x11 wayland curses PREFIX=/app
|
||||||
- make install PREFIX=/app
|
- make install-base install-renderers PREFIX=/app
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/Cloudef/bemenu.git
|
url: https://github.com/Cloudef/bemenu.git
|
||||||
|
@ -8,7 +8,7 @@ modules:
|
|||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- make bemenu x11 wayland curses PREFIX=/app
|
- make bemenu x11 wayland curses PREFIX=/app
|
||||||
- make install PREFIX=/app
|
- make install-base install-renderers PREFIX=/app
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/Cloudef/bemenu.git
|
url: https://github.com/Cloudef/bemenu.git
|
||||||
|
Loading…
Reference in New Issue
Block a user