File: Makefile.am

package info (click to toggle)
libwmf 0.2.8.4-2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 10,500 kB
  • ctags: 5,425
  • sloc: ansic: 54,452; sh: 9,035; makefile: 631; perl: 140
file content (22 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SUBDIRS = . caolan html

wmfdocdir = @WMF_DOCDIR@

install-data-local:
	@echo "Installing libwmf2 documentation"; \
	 cd $(srcdir) && \
	 $(mkinstalldirs) $(DESTDIR)$(wmfdocdir); \
	 (for i in smlogo2.gif wmfpic.png *.html; do \
	    $(INSTALL_DATA) $$i $(DESTDIR)$(wmfdocdir)/$$i; \
	  done)

DOCUMENTATION = \
	gd.html \
	index.html \
	tutapi.html \
	tutipa.html \
	dlayer.html \
	wmfpic.png \
	smlogo2.gif

EXTRA_DIST = $(DOCUMENTATION)