File: Makefile.am

package info (click to toggle)
form 5.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 8,312 kB
  • sloc: ansic: 110,546; cpp: 20,395; sh: 5,874; makefile: 545
file content (18 lines) | stat: -rw-r--r-- 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = doc sources check

EXTRA_DIST = README.md scripts/.latex2html-init scripts/run-latex2html.sh

dist-hook:
	$(DISTHOOK_VERSION)

if FIXED_VERSION

DISTHOOK_VERSION = \
	cp "$(srcdir)/.version" "$(distdir)/.version"

else

DISTHOOK_VERSION = \
	$(SHELL) "$(top_srcdir)/scripts/git-version-gen.sh" -C "$(srcdir)" -v -o "$(distdir)/.version"

endif