File: Makefile.am

package info (click to toggle)
bibledit-gtk 4.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 31,668 kB
  • ctags: 11,053
  • sloc: xml: 289,607; sql: 160,978; cpp: 86,450; sh: 3,316; makefile: 609; ansic: 398; perl: 143; python: 36
file content (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
dist_pkgdata_DATA = *.html *.css *.pl *.xml
EXTRA_DIST = site
CLEANFILES = *~

install-data-local:
	mkdir -p $(DESTDIR)$(prefix)/$(packagedatadir)
	cp -r site $(DESTDIR)$(prefix)/$(packagedatadir)