chiark
/
gitweb
/
~mdw
/
cfd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
0494ba1
)
Distribute `maninst' script
author
mdw
<mdw>
Thu, 15 May 2003 23:39:15 +0000
(23:39 +0000)
committer
mdw
<mdw>
Thu, 15 May 2003 23:39:15 +0000
(23:39 +0000)
Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 1c8d36cec948408ca7e84642f59d9d5ee5d11d79..414f173d603d810c2b71392e1ec98aa1a1b139e3 100644
(file)
--- a/
Makefile.am
+++ b/
Makefile.am
@@
-1,7
+1,7
@@
## Process this file with Automake to generate `Makefile.in'
## -*-Makefile-*-
##
## Process this file with Automake to generate `Makefile.in'
## -*-Makefile-*-
##
-## $Id: Makefile.am,v 1.
4 2003/04/05 09:12:13
mdw Exp $
+## $Id: Makefile.am,v 1.
5 2003/05/15 23:39:15
mdw Exp $
##
## Building the distribution
##
##
## Building the distribution
##
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.5 2003/05/15 23:39:15 mdw
+## Distribute `maninst' script
+##
## Revision 1.4 2003/04/05 09:12:13 mdw
## Tool for installing manpages.
##
## Revision 1.4 2003/04/05 09:12:13 mdw
## Tool for installing manpages.
##
@@
-61,11
+64,14
@@
pkgdata_DATA = \
mdwopt.c mdwopt.h \
getdate.y getdate.h
mdwopt.c mdwopt.h \
getdate.y getdate.h
-EXTRA_DIST = $(pkgdata_DATA)
+EXTRA_DIST = $(pkgdata_DATA)
$(NEWSCRIPTS)
pkgdata_SCRIPTS = \
config.guess config.sub elisp-comp install-sh \
pkgdata_SCRIPTS = \
config.guess config.sub elisp-comp install-sh \
- mdate-sh missing maninst mkinstalldirs ylwrap
+ mdate-sh missing mkinstalldirs ylwrap $(NEWSCRIPTS)
+
+NEWSCRIPTS = \
+ maninst
## --- Documentation ---
## --- Documentation ---