diff options
author | Blake Lee <[email protected]> | 2022-07-22 15:32:56 -0400 |
---|---|---|
committer | Blake Lee <[email protected]> | 2022-07-22 15:32:56 -0400 |
commit | 970bcc467cc4f97c9d985abfae2ffd4b9c6f0a03 (patch) | |
tree | 57497203e8bc4b047ded3dadd4ac264aedaf5704 /Makefile | |
parent | a312f8e0ac683e1bd61d499f267845f8510b9881 (diff) | |
download | Hyprland-970bcc467cc4f97c9d985abfae2ffd4b9c6f0a03.tar.gz Hyprland-970bcc467cc4f97c9d985abfae2ffd4b9c6f0a03.zip |
remove version
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -9,7 +9,6 @@ PKGS = wlroots wayland-server xcb xkbcommon libinput CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p))) LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p))) -VERSION=0.7.1beta DATE=$(shell date "+%d %b %Y") xdg-shell-protocol.h: @@ -157,7 +156,6 @@ man: pandoc ./docs/Hyprland.1.rst \ --standalone \ --variable=header:"Hyprland User Manual" \ - --variable=footer:${VERSION} \ --variable=date:"${DATE}" \ --variable=section:1 \ --from rst \ @@ -166,7 +164,6 @@ man: pandoc ./docs/hyprctl.1.rst \ --standalone \ --variable=header:"hyprctl User Manual" \ - --variable=footer:${VERSION} \ --variable=date:"${DATE}" \ --variable=section:1 \ --from rst \ |