File: Makefile.am

package info (click to toggle)
seed 3.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 5,900 kB
  • sloc: ansic: 24,336; sh: 11,196; makefile: 773; xml: 187; python: 173
file content (16 lines) | stat: -rw-r--r-- 528 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
EXTRA_DIST = \
	sqlite.js sqlite.xml

sqlite-funcs.xml: $(top_builddir)/src/seed $(top_srcdir)/doc/modules/sqlite/sqlite.js
	$(top_builddir)/src/seed $(top_srcdir)/doc/modules/make-functions.js $(top_srcdir)/doc/modules/sqlite/sqlite.js > $(top_builddir)/doc/modules/sqlite/sqlite-funcs.xml
CLEANFILES=sqlite-funcs.xml

sqlitedocsdir = \
	$(docdir)/modules/sqlite/html
sqlitedocs_DATA = sqlite-funcs.xml

#index.html: sqlite-funcs.xml
#	gtkdoc-mkhtml "sqlite" sqlite.xml;
#	mv *.html *.css *.png html

#sqlitedocs_DATA = html/*