makefile 367 B

1234567891011121314
  1. # -*- make -*-
  2. BASE=../..
  3. SUBDIR=doc/fr
  4. # Bring in the default rules
  5. include ../../buildlib/defaults.mak
  6. # Man pages
  7. SOURCE = apt-cache.fr.8 apt-get.fr.8 apt-cdrom.fr.8 apt.conf.fr.5 \
  8. sources.list.fr.5 apt-config.fr.8 apt-sortpkgs.fr.1 \
  9. apt-ftparchive.fr.1 apt_preferences.fr.5 apt-extracttemplates.fr.1
  10. INCLUDES = apt.ent.fr
  11. include $(SGML_MANPAGE_H)