makefile 643 B

12345678910111213141516171819202122232425
  1. # -*- make -*-
  2. BASE=..
  3. SUBDIR=doc
  4. # Bring in the default rules
  5. include ../buildlib/defaults.mak
  6. # Debian Doc SGML Documents
  7. SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml guide.it.sgml \
  8. cache.sgml method.sgml offline.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. apt-config.8 apt-sortpkgs.1 apt-ftparchive.1 apt_preferences.5 \
  13. apt-extracttemplates.1 vendors.list.5
  14. INCLUDES = apt.ent
  15. include $(SGML_MANPAGE_H)
  16. # Examples
  17. SOURCE = examples/apt.conf examples/sources.list examples/configure-index
  18. TO = $(DOC)
  19. TARGET = doc
  20. include $(COPY_H)