]> kaliko git repositories - mpd-sima.git/commitdiff
Fixed html doc generation in Makefile
authorkaliko <kaliko@azylum.org>
Mon, 16 Jun 2014 10:23:00 +0000 (12:23 +0200)
committerkaliko <kaliko@azylum.org>
Mon, 16 Jun 2014 10:23:00 +0000 (12:23 +0200)
data/man/Makefile

index 67fb872fe4aaad8924bdb53f79fd574050391131..32a68b709197c6a3635d67e04e1e4522e284968c 100644 (file)
@@ -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