We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 631cd21 commit 3c433b7Copy full SHA for 3c433b7
Makefile.am
@@ -1,4 +1,4 @@
1
-# $Id: Makefile.am,v 1.3 2003-12-06 20:30:45 psy Exp $
+# $Id: Makefile.am,v 1.4 2003-12-07 20:59:23 psy Exp $
2
#
3
# Copyright (C) 2003 Tristan Miller <psychonaut@nothingisreal.com>
4
@@ -10,7 +10,9 @@
10
# the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11
# PURPOSE.
12
13
-EXTRA_DIST = doc/cheops.tex doc/cheops.pdf
+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)
16
SUBDIRS = src
17
18
0 commit comments