conf/Makefile: simplify the makefile by removing the static list of files

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-11-11 19:35:04 +01:00
parent c8faaf8a70
commit c19391e1be
2 changed files with 8 additions and 23 deletions

View File

@ -51,6 +51,10 @@ Changes in version 1.14.2
Allow users to write and select customized color schemes:
~/.autospec.d/color-theme.<color_scheme>"
+ update
* conf/Makefile - Davide Madrisan:
Simplify the makefile by removing the static list of files.
-------------------------------------------------------------------------------
Changes in version 1.14.1 - _TO*Hacklab release

View File

@ -18,30 +18,11 @@ srcdir = ..
include $(srcdir)/Makefile.env
pck_confs := autospec.conf \
00-distribution.conf \
01-repositories.conf \
02-specfile-approved-licenses.conf \
02-specfile-autoformatting.conf \
02-specfile-default-values.conf \
02-specfile-formatting-rules.conf \
02-specfile-man-info-settings.conf \
02-specfile-rpm-groups.conf \
02-specfile-rpm-macros-debug.conf \
02-specfile-rpm-macros-perl.conf \
02-specfile-rpm-macros-python.conf \
02-specfile-rpm-macros.conf \
03-apse.conf \
04-rpmbuild-format-unpackaged-filelist.conf \
05-system-external-commands.conf \
06-security-packager-group.conf \
06-security-system-library-paths.conf
pck_confs_infiles := $(wildcard *.conf.in)
pck_confs := \
$(wildcard *.conf) $(patsubst %.conf.in,%.conf,$(wildcard *.conf.in))
pck_confs_infiles := $(wildcard *.in)
pck_color_themes := color-theme.default \
color-theme.terminal-dark color-theme.terminal-white color-theme.web \
color-theme.none
pck_color_themes := $(wildcard color-theme.*)
all: