File: Makefile.am

package info (click to toggle)
opensaml2 2.5.3-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie-kfreebsd
  • size: 5,924 kB
  • sloc: cpp: 27,060; sh: 10,755; xml: 999; makefile: 439; ansic: 22
file content (19 lines) | stat: -rw-r--r-- 359 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
AUTOMAKE_OPTIONS = foreign

pkgdocdir = $(datadir)/doc/@PACKAGE@-@PACKAGE_VERSION@

install-data-hook:
	if test -d api ; then \
		cp -r api $(DESTDIR)$(pkgdocdir); \
		rm -rf `find $(DESTDIR)$(pkgdocdir)/api -name .svn`; \
	fi;

docfiles = \
	README.txt \
	LICENSE.txt \
	NOTICE.txt \
	LOG4CPP.LICENSE

pkgdoc_DATA = $(docfiles)

EXTRA_DIST = $(docfiles) api