makefile 588 B

1234567891011121314151617181920212223
  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. INCLUDES = apt.ent
  14. include $(SGML_MANPAGE_H)
  15. # Examples
  16. SOURCE = examples/apt.conf examples/sources.list examples/configure-index
  17. TO = $(DOC)
  18. include $(COPY_H)