File: Makefile.am

package info (click to toggle)
granule-manual 1.1.0%2Bdfsg-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,312 kB
  • sloc: makefile: 77
file content (17 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# -----------------------------------------------------
# Makefile.am 
# -----------------------------------------------------

DIST_SUBDIRS = docs
SUBDIRS = docs

EXTRA_DIST = \
	granule-manual.spec.in \
	COPYING-DOCS \
	sgmldocs.make

dist-hook: granule-manual.spec
	cp granule-manual.spec $(distdir)

local-clean:
	-rm -f *~