summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2014-07-02 04:10:37 +0200
committerMichael Vogt <mvo@debian.org>2014-07-08 13:14:22 +0200
commita034d8528bc98e9caf12e024a0d5eeb25f87a500 (patch)
treed54f9e733c0f365fc1d6d5b781483a31c7780d0d /Makefile
parent05ccc2a5b201a76c0a76e9910abb7b3229e7b079 (diff)
build: Convert from DebianDoc SGML to DocBook XML
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 394149bf1..6e1edbd5f 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ endif
default: startup all
.PHONY: headers library clean veryclean all binary program doc test update-po
-all headers library clean veryclean binary program doc manpages debiandoc test update-po startup dirs:
+all headers library clean veryclean binary program doc manpages docbook test update-po startup dirs:
$(MAKE) -C vendor $@
$(MAKE) -C apt-pkg $@
$(MAKE) -C apt-inst $@
@@ -23,7 +23,7 @@ all headers library clean veryclean binary program doc manpages debiandoc test u
$(MAKE) -C po $@
$(MAKE) -C test $@
-all headers library clean veryclean binary program doc manpages debiandoc test update-po: startup dirs
+all headers library clean veryclean binary program doc manpages docbook test update-po: startup dirs
dirs: startup