makefile 429 B

123456789101112131415161718192021
  1. # -*- make -*-
  2. BASE=..
  3. SUBDIR=doc
  4. # Bring in the default rules
  5. include ../buildlib/defaults.mak
  6. # SGML Documents
  7. SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \
  8. method.sgml
  9. include $(DEBIANDOC_H)
  10. # Man pages
  11. SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5
  12. include $(YODL_MANPAGE_H)
  13. # Examples
  14. SOURCE = examples/apt.conf examples/sources.list
  15. TO = $(DOC)
  16. include $(COPY_H)