File: Makefile.am

package info (click to toggle)
plotutils 2.6-15
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,040 kB
  • sloc: ansic: 68,670; sh: 20,086; cpp: 12,382; yacc: 2,588; makefile: 838; lex: 137
file content (13 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
libplotdatadir = $(datadir)/libplot
libplotdata_DATA = README colors.txt h-fonts.txt h-glyphs.txt hershey.bib kana.txt kanji.txt

# files with nonstandard names in this directory
EXTRA_DIST = colors.txt h-fonts.txt h-glyphs.txt hershey.bib kana.txt kanji.txt

# remove documentation files installed by previous versions of the package,
# with obsolete names

OBSOLETEDOC = hershey-demo.c hershey-fonts hershey-number hershey.doc h-fonts.doc h-glyphs.doc kana.doc kanji.doc demo-page h-demo.c

install-data-hook:
	-for f in $(OBSOLETEDOC) ; do rm -f $(datadir)/libplot/$$f; done