__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
SRCS := $(wildcard *.xml) NSGMLS := $(shell if command -v onsgmls 2>/dev/null; then \ : ;\ elif command -v nsgmls 2>/dev/null; then \ : ;\ else \ echo "false" ;\ echo "warning: no nsgmls found" >&2 ;\ fi) NSGMLSARGS := -m/usr/share/sgml/declaration/xml.soc # settings for XML files export SP_CHARSET_FIXED = YES export SP_ENCODING = XML .PHONY: validate validate: $(addsuffix .nsgmls,$(SRCS)) $(addsuffix .xmllint,$(SRCS)) %.xmllint : % xmllint --nonet --noout --valid $< %.nsgmls : % $(NSGMLS) -E1 -wxml -wall $(NSGMLSARGS) -gues $< .PHONY: clean clean: rm -f *.html *~