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 /vendor | |
parent | 05ccc2a5b201a76c0a76e9910abb7b3229e7b079 (diff) |
build: Convert from DebianDoc SGML to DocBook XML
Diffstat (limited to 'vendor')
-rw-r--r-- | vendor/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/makefile b/vendor/makefile index 0701a03eb..ebf5787c8 100644 --- a/vendor/makefile +++ b/vendor/makefile @@ -5,7 +5,7 @@ SUBDIR=vendor # Bring in the default rules include ../buildlib/defaults.mak -all headers library binary program doc manpages debiandoc test update-po startup dirs: current +all headers library binary program doc manpages docbook test update-po startup dirs: current all: all/subdirs binary: binary/subdirs doc: doc/subdirs |