summaryrefslogtreecommitdiff
path: root/polux/application/boa/docs/Makefile.in
diff options
context:
space:
mode:
authorJean-Philippe SAVE2012-02-20 16:38:56 +0100
committerJean-Philippe SAVE2012-02-20 16:38:56 +0100
commit55a15cc820e926219ebce47218ce1e2f35bb0c48 (patch)
treedba3ff39a766e47859ab7fd837d8da5d30b56b1f /polux/application/boa/docs/Makefile.in
parent1353d3215782b997fdec3f9182cbda547d92d7e9 (diff)
parentcfc4d43d4d19c398d994b75cb1eeda3c499bd234 (diff)
Add polux base by subtree merge
Diffstat (limited to 'polux/application/boa/docs/Makefile.in')
-rw-r--r--polux/application/boa/docs/Makefile.in39
1 files changed, 39 insertions, 0 deletions
diff --git a/polux/application/boa/docs/Makefile.in b/polux/application/boa/docs/Makefile.in
new file mode 100644
index 0000000000..a312a79cd7
--- /dev/null
+++ b/polux/application/boa/docs/Makefile.in
@@ -0,0 +1,39 @@
+# $Id: Makefile.in,v 1.1.1.1 2006/06/16 09:47:59 fleury Exp $
+
+srcdir = @srcdir@
+VPATH = @srcdir@
+
+all: boa.html boa.dvi boa.info boa.txt
+
+boa.info: boa.texi
+ makeinfo --number-sections @ALLSOURCES@
+
+boa.dvi: boa.texi
+ texi2dvi --clean @ALLSOURCES@
+
+boa.pdf: boa.texi
+ texi2dvi --pdf --clean @ALLSOURCES@
+
+boa.ps: boa.dvi
+ dvips -o $@ @ALLSOURCES@
+
+boa_toc.html: boa.texi
+ texi2html -split_chapter -menu @ALLSOURCES@
+
+boa.html: boa.texi
+ makeinfo --html --number-sections --no-split -o - @ALLSOURCES@ | \
+ sed -e 's/Node:.*//' | sed -e 's/Next:.*//' | \
+ sed -e 's/Previous:.*//' | sed -e 's/Up:.*//' > $@
+
+boa.txt: boa.texi
+ makeinfo --no-headers --no-split -o $@ @ALLSOURCES@
+
+
+clean:
+ rm -f boa.{html,txt,dvi,ps,pdf,info} boa_*.html
+ rm -f boa.{cp,fn,fns,ky,log,pg,toc,tp,vr,vrs,aux} *~
+
+distclean: mrclean
+
+mrclean: clean
+ rm -f Makefile