chiark
/
gitweb
/
~mdw
/
become
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
705e795
)
Fix installation of HTML files.
author
mdw
<mdw>
Thu, 18 Jun 1998 16:07:57 +0000
(16:07 +0000)
committer
mdw
<mdw>
Thu, 18 Jun 1998 16:07:57 +0000
(16:07 +0000)
manual/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/manual/Makefile.am
b/manual/Makefile.am
index da293eef56ed19f7afe5db05dca02772f5993503..b2bee34e33ff6b535b8a68eb208160b25466da53 100644
(file)
--- a/
manual/Makefile.am
+++ b/
manual/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.
6 1998/04/23 13:10:34
mdw Exp $
+## $Id: Makefile.am,v 1.
7 1998/06/18 16:07:57
mdw Exp $
##
## Makefile for `become'
##
##
## Makefile for `become'
##
@@
-29,6
+29,9
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
+## Revision 1.7 1998/06/18 16:07:57 mdw
+## Fix installation of HTML files.
+##
## Revision 1.6 1998/04/23 13:10:34 mdw
## Add new file `texinice.tex' to the distribution.
##
## Revision 1.6 1998/04/23 13:10:34 mdw
## Add new file `texinice.tex' to the distribution.
##
@@
-65,8
+68,8
@@
stamp-html.in: $(srcdir)/become.texi
install-data-local: stamp-html.in
$(mkinstalldirs) $(htmldir)
install-data-local: stamp-html.in
$(mkinstalldirs) $(htmldir)
-
cd $(srcdir); for i in
become_*.html; do \
- $(INSTALL_DATA) $$i $(htmldir)
/$$i
; \
+
for i in $(srcdir)/
become_*.html; do \
+ $(INSTALL_DATA) $$i $(htmldir); \
done
uninstall-local:
done
uninstall-local: