[Hamlib-cvs-digest] CVS: hamlib/doc Makefile.am,1.1,1.2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Stephane F. <f4...@us...> - 2000-10-29 10:17:14
|
Update of /cvsroot/hamlib/hamlib/doc In directory slayer.i.sourceforge.net:/tmp/cvs-serv11782 Modified Files: Makefile.am Log Message: * include scripts in the distribution. I don't know why noinst_SCRIPTS doesn't do it by itself Index: Makefile.am =================================================================== RCS file: /cvsroot/hamlib/hamlib/doc/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -r1.1 -r1.2 *** Makefile.am 2000/10/22 15:48:55 1.1 --- Makefile.am 2000/10/29 10:17:08 1.2 *************** *** 1 **** ! bin_SCRIPTS = hamlib-doc split-man.pl --- 1,2 ---- ! noinst_SCRIPTS = hamlib-doc split-man.pl ! EXTRA_DIST = hamlib-doc split-man.pl |