~ubuntu-branches/ubuntu/saucy/lighttpd/saucy

« back to all changes in this revision

Viewing changes to doc/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Lorenzo De Liso
  • Date: 2012-12-06 17:54:59 UTC
  • mfrom: (6.1.20 sid)
  • Revision ID: package-import@ubuntu.com-20121206175459-aq6vz5xa9fa202jw
Tags: 1.4.31-3ubuntu1
* Merge from debian unstable, remaining changes:
  - debian/control: libgamin-dev rather than libfam-dev to fix startup warning.
  - debian/index.html: s/Debian/Ubuntu/g branding on the default page.
  - Added a UFW profile set:
    + debian/lighttpd.dirs: added etc/ufw/applications.d
    + debian/rules: install the ufw profile.
    + debian/control: Suggests on ufw.
  - Add lighttpd-dev package:
    + debian/control: Added lighttpd-dev package; Build-depends on
      automake, libtool
    + debian/lighttpd-dev.install: Added.
  - debian/rules: Add override_dh_installinit to set "defaults 91 09" to not
    start before apache2 but in the same runlevel with the same priority.
  - debian/patches/build-dev-package.patch: Updated
  - debian/lighttpd.conf: Comment 'use-ipv6.pl' by default, which causes
    failure to bind port in ipv4
* debian/index.html: corrected BTS Ubuntu link for lighttpd

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
SUBDIRS=config scripts initscripts
 
1
SUBDIRS=config scripts initscripts systemd outdated
2
2
dist_man8_MANS=lighttpd.8
3
3
 
4
 
DOCS=accesslog.txt \
5
 
authentication.txt \
6
 
cgi.txt \
7
 
compress.txt \
8
 
configuration.txt \
9
 
extforward.txt \
10
 
fastcgi-state.txt \
11
 
fastcgi.txt \
12
 
features.txt \
13
 
performance.txt \
14
 
plugins.txt \
15
 
proxy.txt \
16
 
redirect.txt \
17
 
rewrite.txt \
18
 
secdownload.txt \
19
 
security.txt \
20
 
simple-vhost.txt \
21
 
skeleton.txt \
22
 
ssi.txt \
23
 
ssl.txt \
24
 
state.txt \
25
 
rrdtool.txt \
26
 
alias.txt \
27
 
userdir.txt \
28
 
mysqlvhost.txt \
29
 
access.txt \
30
 
traffic-shaping.txt \
31
 
setenv.txt \
32
 
status.txt \
33
 
scgi.txt \
34
 
cml.txt \
35
 
trigger_b4_dl.txt \
36
 
webdav.txt \
37
 
expire.txt \
38
 
dirlisting.txt \
39
 
evhost.txt \
40
 
magnet.txt
41
 
 
42
 
HTMLDOCS=accesslog.html \
43
 
         authentication.html \
44
 
         cgi.html \
45
 
         compress.html \
46
 
         configuration.html \
47
 
         extforward.html \
48
 
         fastcgi-state.html \
49
 
         fastcgi.html \
50
 
         features.html \
51
 
         performance.html \
52
 
         plugins.html \
53
 
         proxy.html \
54
 
         redirect.html \
55
 
         rewrite.html \
56
 
         secdownload.html \
57
 
         security.html \
58
 
         simple-vhost.html \
59
 
         skeleton.html \
60
 
         ssi.html \
61
 
         ssl.html \
62
 
         state.html \
63
 
         rrdtool.html \
64
 
         alias.html \
65
 
         userdir.html \
66
 
         mysqlvhost.html \
67
 
         access.html \
68
 
         traffic-shaping.html \
69
 
         setenv.html \
70
 
         status.html \
71
 
         scgi.html \
72
 
         cml.html \
73
 
         trigger_b4_dl.html \
74
 
         webdav.html \
75
 
         expire.html \
76
 
         dirlisting.html \
77
 
         evhost.html \
78
 
         magnet.html
79
 
 
80
4
EXTRA_DIST= \
81
 
        state.dot fastcgi-state.dot \
82
5
        newstyle.css \
83
 
        oldstyle.css \
84
 
        $(DOCS)
85
 
 
86
 
.txt.html:
87
 
        rst2html $^ > $@
88
 
 
89
 
 
90
 
html-local: $(HTMLDOCS)
91
 
 
92
 
#%.ps.gz: %.ps
93
 
#       gzip $^
94
 
 
95
 
#%.ps: %.dot
96
 
#       dot -Tps -o $@ $^
97
 
 
98
 
clean-local:
99
 
        rm -f *.html
100
 
 
101
 
 
 
6
        oldstyle.css