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:
9599f81
)
Distribute the generated HTML files.
author
mdw
<mdw>
Tue, 4 May 1999 16:24:42 +0000
(16:24 +0000)
committer
mdw
<mdw>
Tue, 4 May 1999 16:24:42 +0000
(16:24 +0000)
manual/Makefile.am
patch
|
blob
|
blame
|
history
diff --git
a/manual/Makefile.am
b/manual/Makefile.am
index b2bee34e33ff6b535b8a68eb208160b25466da53..81fc3368c9f8f680d8641f7c92500ace44850632 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.
7 1998/06/18 16:07:57
mdw Exp $
+## $Id: Makefile.am,v 1.
8 1999/05/04 16:24:42
mdw Exp $
##
## Makefile for `become'
##
##
## Makefile for `become'
##
@@
-29,7
+29,10
@@
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
##----- Revision history ----------------------------------------------------
##
## $Log: Makefile.am,v $
-## Revision 1.7 1998/06/18 16:07:57 mdw
+## Revision 1.8 1999/05/04 16:24:42 mdw
+## Distribute the generated HTML files.
+##
+## 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
## Fix installation of HTML files.
##
## Revision 1.6 1998/04/23 13:10:34 mdw
@@
-75,6
+78,11
@@
install-data-local: stamp-html.in
uninstall-local:
rm -f $(htmldir)/become_*.html
uninstall-local:
rm -f $(htmldir)/become_*.html
+dist-hook:
+ distdir=`cd $(distdir) && pwd`; \
+ cd $(srcdir); \
+ ln become_*.html $$distdir
+
MAINTAINERCLEANFILES = \
$(srcdir)/stamp-html.in $(srcdir)/become_*.html \
$(srcdir)/become.info*
MAINTAINERCLEANFILES = \
$(srcdir)/stamp-html.in $(srcdir)/become_*.html \
$(srcdir)/become.info*