File: doc.mk

package info (click to toggle)
aptitude 0.8.13-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 40,556 kB
  • sloc: cpp: 95,285; xml: 31,928; sh: 5,160; makefile: 923; perl: 109; cs: 70; lisp: 55; sed: 16
file content (15 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Standard makefile rules for documentation
#

HTML2TEXT = $(top_srcdir)/doc/html-to-text

mandir = $(if $(findstring en,$(LC)),@mandir@,@mandir@/${LC})
htmldir = @htmldir@/${LC}
imagesdir = ${htmldir}/images

#man_MANS =
#notrans_man_MANS =
html_DATA =
images_DATA =
pkgdata_DATA = $(README)
pdf_DATA = $(aptitude.pdf)