summaryrefslogtreecommitdiff
path: root/src/preproc/eqn
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-06-03 16:41:36 +0000
committerwlemb <wlemb>2002-06-03 16:41:36 +0000
commit889075b5ef376c5eb3f87d3ae7c81497f0c7e00c (patch)
treede58dd8219c8ad5f089f33f4444c4bfa60ab8097 /src/preproc/eqn
parent0e0a7ffad1d5d273a7343d57bf2c6633ec135f9a (diff)
downloadgroff-889075b5ef376c5eb3f87d3ae7c81497f0c7e00c.tar.gz
* Makefile.comm (CLEANNOTSRCDIRADD): New target for files which
should be removed only if builddir is not srcdir. (mostlyclean): Handle `CLEANNOTSRCDIRADD'. (clean): Depend on `mostlyclean'. (distclean): Depend on `clean'. (realclean, extraclean): Depend on `distclean'. (.y.cc, .y.o): Simplified. The output files are no longer written to srcdir but to builddir. * Makefile.in (MDEFINES): Add `version' and `revision'. (uninstall_dirs): Fix order of directories. * doc/Makefile.sub (version, revision): Removed. (CLEANADD): Removed grnexmpl.g, groff, groff-*. Added `HTMLDOCFILES'. (CLEANNOTSRCDIRADD): New target for grnexmpl.h, groff, groff-*. * contrib/mom/Makefile.sub (uninstall_sub): Don't use `momdocdir' but `htmldocdir'. Add missing backslash. * src/preproc/eqn/Makefile.sub, src/preproc/pic/Makefile.sub, src/preproc/refer/Makefile.sub (YTABC, YTABH): Don't use `srcdir' as prefix. * doc/texinfo.tex (\authortt): New macro. (\shortcontt): Define. (\titlepage): Set \tt to \authortt while defining \authorfont. (\appendixbox): New macro. (\chapmacro, \appendixentry): Use \appendixbox to get even indentation for letters. (\summarycontents): Set \tt. (\internalpagesize): Add two arguments for real paper width and height as needed by pdfTeX. (\letterpaper, \smallbook, \afourpaper, \afivepaper, \afourlatex): Updated. (\tempdima, \tempdimb): New temporary dimensions. (\pagesizesyyy): Updated.
Diffstat (limited to 'src/preproc/eqn')
-rw-r--r--src/preproc/eqn/.cvsignore1
-rw-r--r--src/preproc/eqn/Makefile.sub4
2 files changed, 3 insertions, 2 deletions
diff --git a/src/preproc/eqn/.cvsignore b/src/preproc/eqn/.cvsignore
index 8ec2d188..8f8f92fc 100644
--- a/src/preproc/eqn/.cvsignore
+++ b/src/preproc/eqn/.cvsignore
@@ -4,3 +4,4 @@ eqn.n
neqn
neqn.n
eqn.cc
+eqn_tab.h
diff --git a/src/preproc/eqn/Makefile.sub b/src/preproc/eqn/Makefile.sub
index 945a8425..759d47bd 100644
--- a/src/preproc/eqn/Makefile.sub
+++ b/src/preproc/eqn/Makefile.sub
@@ -37,8 +37,8 @@ HDRS=\
$(srcdir)/eqn.h \
$(srcdir)/pbox.h
GRAM=$(srcdir)/eqn.y
-YTABC=$(srcdir)/eqn.cc
-YTABH=$(srcdir)/eqn_tab.h
+YTABC=eqn.cc
+YTABH=eqn_tab.h
NAMEPREFIX=$(g)
CLEANADD=neqn