]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
install the binary and man page for sntp
authorHarlan Stenn <stenn@ntp.org>
Thu, 13 Aug 2009 20:27:44 +0000 (16:27 -0400)
committerHarlan Stenn <stenn@ntp.org>
Thu, 13 Aug 2009 20:27:44 +0000 (16:27 -0400)
bk: 4a847740xFhMr2NXCALfZXTUEremdQ

ChangeLog
sntp/Makefile.am

index ac2e5287e13504e32daa4613914389e26182a8fe..b5efa782969590aa3c81807729af2c40b050fa26 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* install the binary and man page for sntp.
 (4.2.5p201) 2009/08/13 Released by Harlan Stenn <stenn@ntp.org>
 * sntp: out with the old, in with the new.
 (4.2.5p200) 2009/08/12 Released by Harlan Stenn <stenn@ntp.org>
index ca88e0d3db64af8069b280d286d6e64d200c24e1..42eeb7035916a092f360276f075171b45d0e5688 100644 (file)
@@ -6,16 +6,13 @@ ACLOCAL_AMFLAGS= -I ../m4 -I libopts/m4
 AM_CPPFLAGS=   $(LIBOPTS_CFLAGS) -I$(top_srcdir)/../include
 LDADD= $(LIBOPTS_LDADD) -lm ../libntp/libntp.a
 
-NULL=
-
-###
-#bindir=       ${exec_prefix}/${BINSUBDIR}
-#bin_PROGRAMS= sntp
-###
-noinst_PROGRAMS=       sntp
-###
 run_ag=         cd $(srcdir) && autogen -L ../include --writable
 
+bindir=        ${exec_prefix}/${BINSUBDIR}
+bin_PROGRAMS=  sntp
+
+NULL=
+
 SUBDIRS=
 if NEED_LIBOPTS
 SUBDIRS+= libopts
@@ -41,6 +38,7 @@ sntp_SOURCES =                \
        utilities.h     \
        $(NULL)
 
+# it's in EXTRA_DIST
 #dist_man_MANS=        sntp.1
 
 EXTRA_DIST=    bincheck.mf     \
@@ -51,9 +49,7 @@ OLD_EXTRA_DIST=               \
                autogen-version.def version.def version.m4
 BUILT_SOURCES= check-autogen-version.def check-version.def check-version.m4 \
                sntp-opts.c sntp-opts.h sntp.1 sntp-opts.texi sntp-opts.menu
-#man_MANS=     sntp.1
-noinst_MANS=   sntp.1
-
+man_MANS=      sntp.1
 
 FRC:
 check-autogen-version.def: FRC