File: Makefile.am

package info (click to toggle)
florence 0.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 2,924 kB
  • sloc: ansic: 6,133; xml: 2,377; sh: 1,193; makefile: 139
file content (9 lines) | stat: -rw-r--r-- 267 bytes parent folder | download
1
2
3
4
5
6
7
8
9

styledir = $(datadir)/florence/styles/default
style_in_files = symbols.xml.in
style_DATA = florence.style florence.defs $(style_in_files:.xml.in=.xml)
@INTLTOOL_XML_RULE@

EXTRA_DIST = $(style_DATA) $(style_in_files)
DISTCLEANFILES = $(style_in_files:.xml.in=.xml)