File: Makefile.am

package info (click to toggle)
libxml%2B%2B 1.0.4-1.2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,448 kB
  • ctags: 442
  • sloc: sh: 8,219; cpp: 3,095; makefile: 248; xml: 186
file content (18 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
## This voodoo stuff lets automake see the subdirs
## without including them into recursive builds.
if LIBXMLCPP_FALSE
SUBDIRS = reference
endif
DIST_SUBDIRS = reference

EXTRA_DIST = Makefile_web.am_fragment

include $(top_srcdir)/docs/Makefile_web.am_fragment
html_docs = index.html reference

post-html:
	@echo "Warning: publishing only reference documentation. To updated the main site use the HEAD branch"
	cd reference && make post-html
# post-html: reference/html/index.html
#	rsync $(rsync_args) -r $(html_docs) $$USER@shell.sourceforge.net:$(web_path_docs)