mirror of
https://github.com/hyprwm/Hyprland
synced 2025-02-17 01:02:51 +01:00
remove version
This commit is contained in:
parent
a312f8e0ac
commit
970bcc467c
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -9,7 +9,6 @@ PKGS = wlroots wayland-server xcb xkbcommon libinput
|
||||||
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p)))
|
CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p)))
|
||||||
LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p)))
|
LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p)))
|
||||||
|
|
||||||
VERSION=0.7.1beta
|
|
||||||
DATE=$(shell date "+%d %b %Y")
|
DATE=$(shell date "+%d %b %Y")
|
||||||
|
|
||||||
xdg-shell-protocol.h:
|
xdg-shell-protocol.h:
|
||||||
|
@ -157,7 +156,6 @@ man:
|
||||||
pandoc ./docs/Hyprland.1.rst \
|
pandoc ./docs/Hyprland.1.rst \
|
||||||
--standalone \
|
--standalone \
|
||||||
--variable=header:"Hyprland User Manual" \
|
--variable=header:"Hyprland User Manual" \
|
||||||
--variable=footer:${VERSION} \
|
|
||||||
--variable=date:"${DATE}" \
|
--variable=date:"${DATE}" \
|
||||||
--variable=section:1 \
|
--variable=section:1 \
|
||||||
--from rst \
|
--from rst \
|
||||||
|
@ -166,7 +164,6 @@ man:
|
||||||
pandoc ./docs/hyprctl.1.rst \
|
pandoc ./docs/hyprctl.1.rst \
|
||||||
--standalone \
|
--standalone \
|
||||||
--variable=header:"hyprctl User Manual" \
|
--variable=header:"hyprctl User Manual" \
|
||||||
--variable=footer:${VERSION} \
|
|
||||||
--variable=date:"${DATE}" \
|
--variable=date:"${DATE}" \
|
||||||
--variable=section:1 \
|
--variable=section:1 \
|
||||||
--from rst \
|
--from rst \
|
||||||
|
|
Loading…
Add table
Reference in a new issue