diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | doc/makefile | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 2d950adce..bd055b805 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +apt (0.5.5.1) unstable; urgency=low + + * Move the target of the example docs from doc to binary. Closes: + #192331 + + -- Adam Heath <doogie@debian.org> UNRELEASED + apt (0.5.5) unstable; urgency=low * New deb version compare function, that has no integer limits, and diff --git a/doc/makefile b/doc/makefile index 67236784c..ea25628bb 100644 --- a/doc/makefile +++ b/doc/makefile @@ -21,7 +21,7 @@ include $(SGML_MANPAGE_H) # Examples SOURCE = examples/apt.conf examples/sources.list examples/configure-index TO = $(DOC) -TARGET = doc +TARGET = binary include $(COPY_H) #.PHONY: headers library clean veryclean all binary program doc doc.pt_BR doc.fr |