File: Makefile.am

package info (click to toggle)
mailsync 5.2.1-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 736 kB
  • ctags: 187
  • sloc: cpp: 2,106; sh: 773; ansic: 107; makefile: 86
file content (16 lines) | stat: -rw-r--r-- 621 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS=src
AUTOMAKE_OPTIONS=foreign

EXTRA_DIST=THANKS autogen.sh doc debian acinclude

# remove CVS files from examples, debian and acinclude
# remove debian autogenerated files
# add link from THANKS to AUTHORS
dist-hook:
	rm -rf `find $(distdir) -name CVS -or -name debian/mailsync`
	rm -rf $(distdir)/debian/mailsync
	rm -f $(distdir)/debian/files $(distdir)/debian/mailsync.*

pkgdocdir=${prefix}/share/doc/@PACKAGE@

pkgdoc_DATA=COPYING NEWS README THANKS TODO doc/ABSTRACT doc/examples/mailsync doc/mailsync.1 doc/mail_open_close_flowchart.dia doc/mail_open_close_flowchart.svg doc/mail_open_close_flowchart2.svg