File: Makefile.am

package info (click to toggle)
alliance 5.1.1-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 57,804 kB
  • sloc: ansic: 352,296; vhdl: 34,227; yacc: 25,787; cpp: 10,488; makefile: 7,925; sh: 6,042; lex: 3,543
file content (12 lines) | stat: -rw-r--r-- 267 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12


pkghtmldir = $(docdir)/html/@PACKAGE@
pkghtml_DATA = \
               ./nero.html \
               ./ref_nero.html \
               ./man_nero.html

EXTRA_DIST = $(pkghtml_DATA)

install-data-hook:
	find $(DESTDIR)$(docdir)/html/@PACKAGE@ -type f | xargs chmod g+w