]> Lady’s Gitweb - Fortune/blob - GNUmakefile
c583687ced9a0163f3c49fe1fecac38021a352a3
[Fortune] / GNUmakefile
1 # SPDX-FileCopyrightText: 2024 Lady <https://www.ladys.computer/about/#lady>
2 # SPDX-License-Identifier: MPL-2.0
3
4 SHELL = sh
5
6 # Copyright © 2024 Lady [@ Ladys Computer].
7 #
8 # This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.
9 # If a copy of the M·P·L was not distributed with this file, You can obtain one at <https://mozilla.org/MPL/2.0/>.
10
11 xmls := $(wildcard data/*/bibl) $(wildcard data/*/info) $(wildcard data/*/fortunes/*)
12
13 lint : $(foreach xml,$(xmls),lint][$(xml)) ;
14
15 $(foreach xml,$(xmls),lint][$(xml)) : lint][% :
16 @xmllint --valid --noout '$*'
17
18 .PHONY : lint $(foreach xml,$(xmls),lint][$(xml))
This page took 0.040493 seconds and 3 git commands to generate.