1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-29 01:42:32 +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)/Themes
themesdatadir = $(pkgdatadir)/Themes
defsdata_DATA = Default.style OpenStep.style Pastel.style SteelBlueSilk.style Blau.style
themesdata_DATA = Default.style OpenStep.style Pastel.style SteelBlueSilk.style Blau.style
EXTRA_DIST = $(defsdata_DATA)
EXTRA_DIST = $(themesdata_DATA)