Makefile.am 578 B

1234567891011121314
  1. libplotdatadir = $(datadir)/libplot
  2. libplotdata_DATA = README colors.txt h-fonts.txt h-glyphs.txt hershey.bib kana.txt kanji.txt
  3. # files with nonstandard names in this directory
  4. EXTRA_DIST = colors.txt h-fonts.txt h-glyphs.txt hershey.bib kana.txt kanji.txt
  5. # remove documentation files installed by previous versions of the package,
  6. # with obsolete names
  7. 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
  8. install-data-hook:
  9. -for f in $(OBSOLETEDOC) ; do rm -f $(datadir)/libplot/$$f; done