File: Makefile.am

package info (click to toggle)
gimp-plugin-registry 5.20120621
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 56,020 kB
  • sloc: ansic: 46,068; lisp: 20,560; python: 14,495; sh: 3,294; cpp: 2,528; makefile: 1,041; xml: 546
file content (21 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Process this file with automake to produce Makefile.in

EXTRA_DIST = doc.html doc.pdf doc.xml using-inc.xml install-inc.xml images

doc.html tex-math-equations.tex: doc.xml using-inc.xml install-inc.xml
	xsltproc --stringparam tex.math.in.alt latex /usr/share/sgml/docbook/xsl-stylesheets-1.49-1/xhtml/docbook.xsl doc.xml >doc.html
doc.pdf: doc.xml using-inc.xml install-inc.xml
	docbook2pdf doc.xml
help.html: help.xml using-inc.xml
	xsltproc /usr/share/sgml/docbook/xsl-stylesheets-1.49-1/xhtml/docbook.xsl help.xml >help.html
install-no-links.xml: remove-links.xsl install-inc.xml install.xml
	xsltproc remove-links.xsl install.xml >install-no-links.xml
INSTALL.txt: install-no-links.xml
	docbook2txt install-no-links.xml
	-rm INSTALL.txt
	mv install-no-links.txt INSTALL.txt
PNG: tex-math-equations.tex
	latex tex-math-equations.tex
	dvi2bitmap tex-math-equations.dvi
clean:
	-rm tex-math-equations* install-no-links.xml