diff options
author | Jani Välimaa <wally@mageia.org> | 2020-05-01 15:05:16 +0300 |
---|---|---|
committer | Jani Välimaa <wally@mageia.org> | 2020-05-01 15:05:16 +0300 |
commit | d32a77543c21c156070e76b2af94c0676a2dbb15 (patch) | |
tree | 8acaddde862597b4b30d37fc7d2266e3d7bfe694 | |
parent | 5154021fc9f16b03b7d1e495e263725fb657ad3e (diff) | |
download | spec-helper-d32a77543c21c156070e76b2af94c0676a2dbb15.tar spec-helper-d32a77543c21c156070e76b2af94c0676a2dbb15.tar.gz spec-helper-d32a77543c21c156070e76b2af94c0676a2dbb15.tar.bz2 spec-helper-d32a77543c21c156070e76b2af94c0676a2dbb15.tar.xz spec-helper-d32a77543c21c156070e76b2af94c0676a2dbb15.zip |
Makefile: one script file per line
-rw-r--r-- | Makefile | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,10 +1,20 @@ PACKAGE = spec-helper VERSION = 0.31.22 -SCRIPT_FILES = clean_files clean_perl compress_files check_elf_files check_desktop_files\ - lib_symlinks fix_mo translate_menu \ - fix_pamd gprintify remove_info_dir relink_symlinks fix_eol \ - restrict_to_cpu0 +SCRIPT_FILES = check_desktop_files \ + check_elf_files \ + clean_files \ + clean_perl \ + compress_files \ + fix_eol \ + fix_mo \ + fix_pamd \ + gprintify \ + lib_symlinks \ + relink_symlinks \ + remove_info_dir \ + restrict_to_cpu0 \ + translate_menu BIN_FILES = macroszification MACROS_FILES = spec-helper.macros TEST_FILES = t/*.t |