aboutsummaryrefslogtreecommitdiff
path: root/src/etc/Makefile.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-08-14 12:54:34 +0000
committerdos-reis <gdr@axiomatics.org>2007-08-14 12:54:34 +0000
commit10cd97a298c18dc744ecf74b7e3fb1666537371e (patch)
tree05baa4e16c9ad6e4051390a10a8e7a99fb477008 /src/etc/Makefile.pamphlet
parentab8cc85adde879fb963c94d15675783f2cf4b183 (diff)
downloadopen-axiom-10cd97a298c18dc744ecf74b7e3fb1666537371e.tar.gz
* Makefile.pamphlet ($(axiom_targetdir)/algebra/*.daase): Don't
copy gloss.text. Don't copy topics.data twice. * Makefile.in: Regenerate.
Diffstat (limited to 'src/etc/Makefile.pamphlet')
-rw-r--r--src/etc/Makefile.pamphlet3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/etc/Makefile.pamphlet b/src/etc/Makefile.pamphlet
index 20689347..e8efe4af 100644
--- a/src/etc/Makefile.pamphlet
+++ b/src/etc/Makefile.pamphlet
@@ -27,9 +27,6 @@ be re-built.
<<dbcomplete>>=
$(axiom_targetdir)/algebra/*.daase: ../algebra/*.NRLIB/code.$(OBJEXT)
@ echo 4 rebuilding databases...
- @ $(INSTALL_DATA) $(axiom_src_docdir)/gloss.text ../algebra
- @ $(INSTALL_DATA) $(axiom_src_docdir)/gloss.text ../algebra
- @ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra
@ $(INSTALL_DATA) $(axiom_src_docdir)/topics.data ../algebra
@ (cd ../algebra ; \
echo ')lisp (make-databases "" nil)' | ${INTERPSYS} )