Skip to content

Commit 3c433b7

Browse files
committed
Added man page
1 parent 631cd21 commit 3c433b7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Makefile.am

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: Makefile.am,v 1.3 2003-12-06 20:30:45 psy Exp $
1+
# $Id: Makefile.am,v 1.4 2003-12-07 20:59:23 psy Exp $
22
#
33
# Copyright (C) 2003 Tristan Miller <psychonaut@nothingisreal.com>
44
#
@@ -10,7 +10,9 @@
1010
# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
1111
# PURPOSE.
1212

13-
EXTRA_DIST = doc/cheops.tex doc/cheops.pdf
13+
AUTOMAKE_OPTIONS = dist-bzip2 dist-zip
14+
man_MANS = doc/cheops.6
15+
EXTRA_DIST = doc/cheops.tex doc/cheops.pdf doc/cheops.dvi $(man_MANS)
1416
SUBDIRS = src
1517

1618

0 commit comments

Comments
 (0)