diff options
author | Guillem Jover <guillem@debian.org> | 2014-07-02 04:10:37 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-07-08 13:14:22 +0200 |
commit | a034d8528bc98e9caf12e024a0d5eeb25f87a500 (patch) | |
tree | d54f9e733c0f365fc1d6d5b781483a31c7780d0d /test/Makefile | |
parent | 05ccc2a5b201a76c0a76e9910abb7b3229e7b079 (diff) |
build: Convert from DebianDoc SGML to DocBook XML
Diffstat (limited to 'test/Makefile')
-rw-r--r-- | test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile b/test/Makefile index 74bffccb7..35a0a51e3 100644 --- a/test/Makefile +++ b/test/Makefile @@ -7,7 +7,7 @@ ifndef NOISY endif .PHONY: startup headers library clean veryclean all binary program doc test update-po -startup all clean veryclean binary program dirs test update-po manpages debiandoc: +startup all clean veryclean binary program dirs test update-po manpages docbook: $(MAKE) -C libapt $@ $(MAKE) -C interactive-helper $@ |