File: Makefile.am

package info (click to toggle)
yencode 0.4.6-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,244 kB
  • ctags: 1,018
  • sloc: ansic: 9,628; sh: 3,292; makefile: 369; yacc: 318
file content (40 lines) | stat: -rw-r--r-- 1,018 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##
## $Header: /pub/cvsroot/yencode/Makefile.am,v 1.7 2002/03/12 02:01:43 bboy Exp $
##

EXTRA_DIST =
SUBDIRS = intl po lib doc src

BIN_DIR = @bindir@
MAN_DIR = @mandir@

install-exec-am:
	@echo
	@echo "---  PROGRAMS INSTALLED  -----------------------------"
	@echo
	@echo "  $(BIN_DIR)/yencode"
	@echo "     A program to create yEnc encoded files."
	@echo
	@echo "  $(BIN_DIR)/ydecode"
	@echo "     A program to decode yEnc encoded files."
	@echo
	@echo "  $(BIN_DIR)/ypost"
	@echo "     A program to encode and post files via Usenet."
	@echo

install-data-am:
	@echo
	@echo "---  DOCUMENTATION INSTALLED  ------------------------"
	@echo
	@echo "  $(MAN_DIR)/yencode.1"
	@echo "     Manual page for the \`yencode' program."
	@echo
	@echo "  $(MAN_DIR)/ydecode.1"
	@echo "     Manual page for the \`ydecode' program."
	@echo
	@echo "  $(MAN_DIR)/ypost.1"
	@echo "     Manual page for the \`ypost' program."
	@echo
	@echo "  $(MAN_DIR)/ypostrc.5"
	@echo "     Manual page describing the \`~/.ypostrc' format."
	@echo