]> www.ginac.de Git - cln.git/commitdiff
Make the pi teaser program install.
authorRichard Kreckel <kreckel@ginac.de>
Sun, 10 May 2009 20:39:04 +0000 (22:39 +0200)
committerRichard Kreckel <kreckel@ginac.de>
Sun, 10 May 2009 20:39:04 +0000 (22:39 +0200)
examples/Makefile.am
examples/pi.cc

index e20a75fcaafae1472085a7d0b6f22a683c1db247..cee2ce0c62d1f52fde8c1366f408803d0950c9e2 100644 (file)
@@ -1,4 +1,7 @@
-noinst_PROGRAMS = contfrac e fibonacci legendre lucaslehmer nextprime perfnum pi
+noinst_PROGRAMS = contfrac e fibonacci legendre lucaslehmer nextprime perfnum
+bin_PROGRAMS = pi
+
+dist_man_MANS = pi.1
 
 
 contfrac_SOURCES = contfrac.cc
index d8b310f372416be20808c73156fa62e19ef1c2fa..5fccab38ab053e2ec5c4f4d62349c4bddb9eb0c5 100644 (file)
@@ -37,7 +37,7 @@ main (int argc, char * argv[])
                             << ")" << endl;
                        cout << "Written by Bruno Haible and Richard B. Kreckel." << endl;
                        cout << endl;
-                       cout << "Copyright (C) 1988-2008 Bruno Haible, 2000-2008 Richard B. Kreckel." << endl;
+                       cout << "Copyright (C) 1988-2008 Bruno Haible, 2000-2009 Richard B. Kreckel." << endl;
                        cout << "This is free software; see the source for copying conditions.  There is NO" << endl;
                        cout << "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." << endl;
                        cout << endl;