mirror of
https://github.com/Cloudef/bemenu
synced 2024-11-23 01:12:01 +01:00
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"
|
||||
-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!"
|
||||
|
||||
doxygen:
|
||||
@ -163,5 +165,5 @@ clean:
|
||||
|
||||
.DELETE_ON_ERROR:
|
||||
.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
|
||||
|
@ -8,7 +8,7 @@ modules:
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- make bemenu-run x11 wayland curses PREFIX=/app
|
||||
- make install PREFIX=/app
|
||||
- make install-base install-renderers PREFIX=/app
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/Cloudef/bemenu.git
|
||||
|
@ -8,7 +8,7 @@ modules:
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- make bemenu x11 wayland curses PREFIX=/app
|
||||
- make install PREFIX=/app
|
||||
- make install-base install-renderers PREFIX=/app
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/Cloudef/bemenu.git
|
||||
|
Loading…
Reference in New Issue
Block a user