X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=data%2Fman%2FMakefile;h=7871223f89277b45ed48ca7f5dc49b56bed3f830;hb=94cb78829a97508853a6dab286c7123abed2688c;hp=67fb872fe4aaad8924bdb53f79fd574050391131;hpb=14a769add6d435a7ad7db4d36074dc79511af4e3;p=mpd-sima.git diff --git a/data/man/Makefile b/data/man/Makefile index 67fb872..7871223 100644 --- a/data/man/Makefile +++ b/data/man/Makefile @@ -16,6 +16,9 @@ OPTIONS=--nonet\ all: man +test-tags-config: test-tags-config.1.xml + xmllint --xinclude --nowarning --noent $< | $(XP) $(OPTIONS) $(XSL) - + simadb_cli: simadb_cli.1.xml xmllint --xinclude --nowarning --noent $< | $(XP) $(OPTIONS) $(XSL) - @@ -29,12 +32,12 @@ 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 +man: test-tags-config simadb_cli mpd_sima mpd_sima.cfg html: simadb_cli_html mpd_sima_html mpd_sima.cfg_html