X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/7d5bbcbc91a55fe3d1727c9dfc42b676b2fb743e..c3c459fc5ec635db7e6fa7cff97f4d954cd39fc9:/doc/makefile diff --git a/doc/makefile b/doc/makefile index 037c8a2e1..46739eff2 100644 --- a/doc/makefile +++ b/doc/makefile @@ -13,3 +13,8 @@ include $(DEBIANDOC_H) # Man pages SOURCE = apt-cache.8 apt-get.8 apt.8 sources.list.5 include $(MANPAGE_H) + +# Examples +SOURCE = examples/apt.conf examples/sources.list +TO = $(DOC) +include $(COPY_H)