From: kaliko Date: Mon, 16 Jun 2014 10:23:00 +0000 (+0200) Subject: Fixed html doc generation in Makefile X-Git-Tag: 0.12.1~9 X-Git-Url: http://git.kaliko.me/?a=commitdiff_plain;h=5b04c84261adade92f515d4d1d42d5093534a54b;hp=dd235fa1ab3713bcd7d31ff5e5680cbb056244a0;p=mpd-sima.git Fixed html doc generation in Makefile --- diff --git a/data/man/Makefile b/data/man/Makefile index 67fb872..32a68b7 100644 --- a/data/man/Makefile +++ b/data/man/Makefile @@ -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