File: Makefile.am

package info (click to toggle)
lookup-el 1.1-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,440 kB
  • ctags: 618
  • sloc: lisp: 5,681; sh: 370; makefile: 118
file content (11 lines) | stat: -rw-r--r-- 238 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
AUTOMAKE_OPTIONS = foreign

EXTRA_DIST = VERSION install.el etc packages
SUBDIRS = lisp texi 


dist-hook:
	find $(distdir) -type f \
		-name "*~" -o -name "*.bak" -o -name "*.orig" -o \
		-type d -name "CVS" -print \
		| xargs rm -rf; \