]> git.ipfire.org Git - thirdparty/squid.git/blob - doc/release-notes/Makefile
MemBuf implements Packable interface
[thirdparty/squid.git] / doc / release-notes / Makefile
1 ## Copyright (C) 1996-2015 The Squid Software Foundation and contributors
2 ##
3 ## Squid software is distributed under GPLv2+ license and includes
4 ## contributions from numerous individuals and organizations.
5 ## Please see the COPYING and CONTRIBUTORS files for details.
6 ##
7
8 all: release-3.6.html
9
10 DOC= release-3.6
11
12 $(DOC).ps: $(DOC).sgml
13 linuxdoc -B latex -o ps $(DOC)
14
15 #$(DOC).dvi: $(DOC).tex
16 # latex $(DOC).tex
17 # latex $(DOC).tex
18 # latex $(DOC).tex
19 #
20
21 %.txt: %.sgml
22 linuxdoc -B txt --filter $<
23
24 %.html: %.sgml
25 linuxdoc -B html -T 2 --split=0 $<
26 perl -i -p -e "s%$@%%" $@
27
28 %.man: %.sgml
29 linuxdoc -B txt -T 2 -m $(DOC)
30
31 clean:
32 rm -f *.html
33 rm -f *.tex *.ps *.dvi *.aux *.log *.toc
34 rm -f *.txt *.man