mirror of
https://github.com/ukui/apt.git
synced 2026-03-09 09:35:45 -07:00
a66a514f83
Author: jgg Date: 1999-02-15 06:38:03 GMT Offline document
21 lines
455 B
Makefile
21 lines
455 B
Makefile
# -*- make -*-
|
|
BASE=..
|
|
SUBDIR=doc
|
|
|
|
# Bring in the default rules
|
|
include ../buildlib/defaults.mak
|
|
|
|
# SGML Documents
|
|
SOURCE = dpkg-tech.sgml design.sgml files.sgml guide.sgml cache.sgml \
|
|
method.sgml offline.sgml
|
|
include $(DEBIANDOC_H)
|
|
|
|
# Man pages
|
|
SOURCE = apt-cache.8 apt-get.8 apt-cdrom.8 apt.conf.5 sources.list.5 apt-config.8
|
|
include $(YODL_MANPAGE_H)
|
|
|
|
# Examples
|
|
SOURCE = examples/apt.conf examples/sources.list
|
|
TO = $(DOC)
|
|
include $(COPY_H)
|