diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-06 17:29:50 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-06 17:29:50 +0100 |
commit | 5cc8cbf368251c4be4ffa1482fa5fb6b9d950452 (patch) | |
tree | 92a2475097999b110efd61cd8569ae1000faadfd /doc/makefile | |
parent | e96e4e9cef3a0137b789117f72a93a8e9106562e (diff) |
fix build failure with the new apt-vendors stuff
Diffstat (limited to 'doc/makefile')
-rw-r--r-- | doc/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/makefile b/doc/makefile index 49f3e1b56..4b63e542f 100644 --- a/doc/makefile +++ b/doc/makefile @@ -28,7 +28,7 @@ include $(COPY_H) clean: clean/subdirs clean/examples veryclean: veryclean/subdirs clean/examples -manpages: manpages/subdirs apt-vendor.ent +manpages: apt-vendor.ent manpages/subdirs debiandoc: debiandoc/subdirs DOCUMENTATIONPO = $(patsubst %.po,%,$(notdir $(wildcard po/*.po))) |