File: Makefile.am

package info (click to toggle)
libxml%2B%2B 1.0.4-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 2,440 kB
  • ctags: 442
  • sloc: sh: 8,219; cpp: 3,095; makefile: 248; xml: 186
file content (29 lines) | stat: -rw-r--r-- 680 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
22
23
24
25
26
27
28
29
doxygen_configfile = Doxyfile

include $(top_srcdir)/docs/Makefile_web.am_fragment
web_path_reference = $(web_path_docs)reference

index_html = @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/index.html

EXTRA_DIST = README Doxyfile


$(index_html): $(doxygen_configfile)
	doxygen $(doxygen_configfile)


libxml++-reference-html.tar.gz: html/index.html
	tar cf - html | gzip -c --best >$@


# Upload to the web site:
post-html:
	rsync -avz --rsh ssh --cvs-exclude * $$USER@shell.sourceforge.net:$(web_path_reference)


all-local: clean-local $(index_html)

clean-local:
	-rm @GENERIC_MAJOR_VERSION@.@GENERIC_MINOR_VERSION@/html/*.html
	-rm -f libxml++-reference-html.tar.gz