1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-28 17:32:29 +01:00

Default Files: Replace misleading variables 'defsdatadir' in Makefiles

The parameter name 'defsdatadir' was copied in to many sub-Makefiles; for
all of them give a unique name for clarity.
This commit is contained in:
John D Pell
2021-08-08 10:02:25 +02:00
committed by Carlos R. Mafra
parent 54c8535365
commit 5076b6f496
7 changed files with 18 additions and 18 deletions

View File

@@ -1,6 +1,6 @@
defsdatadir = $(pkgdatadir)/Backgrounds
bgdatadir = $(pkgdatadir)/Backgrounds
defsdata_DATA = BlueImage.jpeg
bgdata_DATA = BlueImage.jpeg
EXTRA_DIST = $(defsdata_DATA)
EXTRA_DIST = $(bgdata_DATA)