]> kaliko git repositories - mpd-sima.git/blobdiff - data/man/Makefile
Add new command (closes #43)
[mpd-sima.git] / data / man / Makefile
index 7871223f89277b45ed48ca7f5dc49b56bed3f830..32a68b709197c6a3635d67e04e1e4522e284968c 100644 (file)
@@ -16,9 +16,6 @@ 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) -
 
@@ -37,7 +34,7 @@ simadb_cli_html:
 mpd_sima.cfg_html:
        xmllint --xinclude --nowarning --noent mpd_sima.cfg.5.xml | $(XP) $(HXSL) - > ./mpd_sima.cfg.5.html
 
-man: test-tags-config simadb_cli mpd_sima mpd_sima.cfg
+man: simadb_cli mpd_sima mpd_sima.cfg
 
 html: simadb_cli_html mpd_sima_html mpd_sima.cfg_html