Compare commits
2 commits
2be61ea3d1
...
cb0e6c8568
| Author | SHA1 | Date | |
|---|---|---|---|
| cb0e6c8568 | |||
| 75fd955b85 |
3 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -78,7 +78,7 @@ clean:
|
||||||
dist: clean $(BUILD)/$(BINARY).desktop
|
dist: clean $(BUILD)/$(BINARY).desktop
|
||||||
mkdir -p $(BINARY)-$(VERSION)
|
mkdir -p $(BINARY)-$(VERSION)
|
||||||
cp -R LICENSE Makefile CHANGELOG.md README.md src \
|
cp -R LICENSE Makefile CHANGELOG.md README.md src \
|
||||||
config.mk protocols dwl.1 $(BUILD)/$(BINARY).desktop \
|
config.mk protocols docs/dwl.1 $(BUILD)/$(BINARY).desktop \
|
||||||
$(BINARY)-$(VERSION)
|
$(BINARY)-$(VERSION)
|
||||||
tar -caf $(BINARY)-$(VERSION).tar.gz $(BINARY)-$(VERSION)
|
tar -caf $(BINARY)-$(VERSION).tar.gz $(BINARY)-$(VERSION)
|
||||||
rm -rf $(BINARY)-$(VERSION) $(BUILD)
|
rm -rf $(BINARY)-$(VERSION) $(BUILD)
|
||||||
|
|
@ -89,7 +89,7 @@ install: $(BIN)/$(BINARY) $(BUILD)/$(BINARY).desktop
|
||||||
cp -f $(BIN)/$(BINARY) $(DESTDIR)$(PREFIX)/bin
|
cp -f $(BIN)/$(BINARY) $(DESTDIR)$(PREFIX)/bin
|
||||||
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(BINARY)
|
chmod 755 $(DESTDIR)$(PREFIX)/bin/$(BINARY)
|
||||||
mkdir -p $(DESTDIR)$(MANDIR)/man1
|
mkdir -p $(DESTDIR)$(MANDIR)/man1
|
||||||
cp -f dwl.1 $(DESTDIR)$(MANDIR)/man1
|
cp -f docs/dwl.1 $(DESTDIR)$(MANDIR)/man1
|
||||||
chmod 644 $(DESTDIR)$(MANDIR)/man1/dwl.1
|
chmod 644 $(DESTDIR)$(MANDIR)/man1/dwl.1
|
||||||
mkdir -p $(DESTDIR)$(DATADIR)/wayland-sessions
|
mkdir -p $(DESTDIR)$(DATADIR)/wayland-sessions
|
||||||
cp -f $(BUILD)/$(BINARY).desktop $(DESTDIR)$(DATADIR)/wayland-sessions/$(BINARY).desktop
|
cp -f $(BUILD)/$(BINARY).desktop $(DESTDIR)$(DATADIR)/wayland-sessions/$(BINARY).desktop
|
||||||
|
|
|
||||||
|
|
@ -36,7 +36,7 @@ XWAYLAND =
|
||||||
XLIBS =
|
XLIBS =
|
||||||
# Uncomment to build XWayland support
|
# Uncomment to build XWayland support
|
||||||
#XWAYLAND = -DXWAYLAND
|
#XWAYLAND = -DXWAYLAND
|
||||||
#XLIBS = xcb xcb-icccm
|
#XLIBS = xcb xcb-icccm.pc
|
||||||
|
|
||||||
# dwl itself only uses C99 features, but wlroots' headers use anonymous unions (C11).
|
# dwl itself only uses C99 features, but wlroots' headers use anonymous unions (C11).
|
||||||
# To avoid warnings about them, we do not use -std=c99 and instead of using the
|
# To avoid warnings about them, we do not use -std=c99 and instead of using the
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue