X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2FMakefile;h=32a68b709197c6a3635d67e04e1e4522e284968c;hb=b75a67a8ef2924dbcfdb9838d5b35447baf1e4be;hp=0e6b1f3d134c82153c91036eddb6f240416fd13a;hpb=e49af6fd502e9b4e43c1d2f1b93cb01a2e381e4d;p=mpd-sima.git diff --git a/data/man/Makefile b/data/man/Makefile index 0e6b1f3..32a68b7 100644 --- a/data/man/Makefile +++ b/data/man/Makefile @@ -17,7 +17,7 @@ OPTIONS=--nonet\ all: man simadb_cli: simadb_cli.1.xml - $(XP) $(OPTIONS) $(XSL) $< + xmllint --xinclude --nowarning --noent $< | $(XP) $(OPTIONS) $(XSL) - mpd_sima: mpd_sima.1.xml xmllint --xinclude --nowarning --noent $< | $(XP) $(OPTIONS) $(XSL) - @@ -29,10 +29,10 @@ mpd_sima_html: xmllint --xinclude --nowarning --noent mpd_sima.1.xml | $(XP) $(HXSL) - > ./mpd_sima.1.html simadb_cli_html: - $(XP) $(HXSL) simadb_cli.1.xml > ./simadb_cli.1.html + xmllint --xinclude --nowarning --noent simadb_cli.1.xml | $(XP) $(HXSL) - > ./simadb_cli.1.html mpd_sima.cfg_html: - $(XP) $(HXSL) mpd_sima.cfg.5.xml > ./mpd_sima.cfg.5.html + xmllint --xinclude --nowarning --noent mpd_sima.cfg.5.xml | $(XP) $(HXSL) - > ./mpd_sima.cfg.5.html man: simadb_cli mpd_sima mpd_sima.cfg @@ -49,4 +49,11 @@ valid: clean_mpd_sima: rm -rf mpd-sima.1 mpd_sima.1.html -clean: clean_mpd_sima +clean_simadb_cli: + rm -rf simadb_cli.1 simadb_cli.1.html + +clean_mpd_sima.cfg: + rm -rf mpd_sima.cfg.5 mpd_sima.cfg.5.html + +clean: clean_mpd_sima clean_simadb_cli clean_mpd_sima.cfg + rm -rf ./*.pdf