1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-18 12:00:31 +01:00

Include wmaker.desktop in distribution tarball

This fixes a bug where building from a tarball generated by "make
dist" would fail due to the absence of this file.
This commit is contained in:
Torrance, Douglas
2022-02-17 21:57:16 +00:00
committed by Carlos R. Mafra
parent 094001a53d
commit a6c8577eb4

View File

@@ -77,7 +77,7 @@ nodist_prefsdata_DATA = $(GENERATED_MENUS)
xsessionsdir = @datadir@/xsessions xsessionsdir = @datadir@/xsessions
xsessions_DATA = wmaker.desktop xsessions_DATA = wmaker.desktop
EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS)) EXTRA_DIST = $(addsuffix .in, $(GENERATED_MENUS)) wmaker.desktop
CLEANFILES = $(GENERATED_MENUS) CLEANFILES = $(GENERATED_MENUS)