File: Makefile.am

package info (click to toggle)
modlogan 0.8.13-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 7,112 kB
  • ctags: 3,683
  • sloc: ansic: 38,972; sh: 10,991; makefile: 545; perl: 220; sed: 16
file content (36 lines) | stat: -rw-r--r-- 925 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
SUBDIRS = example-setup-1

pkgsysconfdir=${sysconfdir}/@PACKAGE@

mlaconf = \
		group.os.conf group.ua.conf group.url.conf \
		group.host.conf match.os.conf \
		match.ua.conf match.searchengines.conf group.searchengines.conf \
		ignore.searchengines.conf group.extension.conf \
		modlogan.def.conf-dist modlogan.css-dist match.useragents.conf

pkgsysconf_DATA = $(mlaconf) modlogan.conf-dist

man1_MANS = modlogan.1

EXTRA_DIST=glosar stats \
	writing-plugins.txt using-plugins.txt translations.txt \
	license.GD $(man1_MANS) \
	header.ihtml footer.ihtml output.tmpl \
	manual.txt faq.txt convert_to_055.pl \
	convert_to_060.pl create_plugin.sh create_datatype.sh \
	manual.sgml convert_history_to_07x.pl \
	Changes-0.7.0.txt $(mlaconf) modlogan.conf-dist.in \
	Changes-0.8.0.txt
	

docs: manual.pdf manual.ps manual.html

manual.pdf: 
	db2pdf manual.sgml
	
manual.ps: 
	db2ps manual.sgml

manual.html: 
	db2html manual.sgml