summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2000-03-06 16:15:37 +0000
committerwlemb <wlemb>2000-03-06 16:15:37 +0000
commitfb4fef53e8fd6058892ddafeafa43b9248b9ab8f (patch)
treeea3fd0e9cab684741555f33ed4df8ed7857d18b0
parent437460d3d756405c3be63c1e4d3f9945b077555d (diff)
downloadgroff-fb4fef53e8fd6058892ddafeafa43b9248b9ab8f.tar.gz
* doc/Makefile: Bug fixes -- this is still provisional, though...
-rw-r--r--ChangeLog2
-rwxr-xr-xdoc/Makefile30
2 files changed, 14 insertions, 18 deletions
diff --git a/ChangeLog b/ChangeLog
index 7924e85f..3031dad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
* src/roff/troff/env.cc (environment_copy): Improve error message and
fix itoa->i_to_a.
+ * doc/Makefile: Bug fixes -- this is still provisional, though...
+
2000-03-05 Abramo Bagnara <abramo@alsa-project.org>
Adding a request `evc' to copy environments.
diff --git a/doc/Makefile b/doc/Makefile
index b82ff180..c8e1dced 100755
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -19,7 +19,7 @@
FFLAG=-F../font
TROFF=../src/roff/troff/troff -M../tmac $(FFLAG)
-GROFF=../src/rof/groff/groff -p -e -t
+GROFF=../src/roff/groff/groff -p -e -t
GROPS=../src/devices/grops/grops $(FFLAG)
DOCS=meref.ps meintro.ps pic.ps pic.html homepage.html
MEMACROS=../tmac/tmac.e
@@ -31,7 +31,7 @@ revision=`sed -e 's/^0$$//' -e 's/^[1-9].*$$/.&/' ../REVISION`
all: $(DOCS)
-.SUFFIXES: .tr .me .ms .ps .dit
+.SUFFIXES: .tr .me .ms .ps .dit .html .ascii
.dit.ps:
$(GROPS) $< >$@
@@ -39,35 +39,29 @@ all: $(DOCS)
.me.dit:
$(SOELIM) $< \
| sed -e "s;@VERSION@;$(version)$(revision);" \
- | $(TROFF) -Tps $(FFLAG) -me >$@
+ | $(TROFF) -Tps $(FFLAG) -me >$@
.tr.dit:
$(TROFF) -Tps $< >$@
-%.html: %.ms
- export GROFF_TMAC_PATH=../tmac ; \
+.ms.html:
+ GROFF_TMAC_PATH=../tmac; \
+ export GROFF_TMAC_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \
| $(GROFF) -Thtml $(FFLAG) -U -ms >$@
-%.ascii: %.ms
- export GROFF_TMAC_PATH=../tmac ; \
+.ms.ascii:
+ GROFF_TMAC_PATH=../tmac; \
+ export GROFF_TMAC_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \
| $(GROFF) -Tascii $(FFLAG) -U -ms -markup >$@
-%.ps: %.ms
- export GROFF_TMAC_PATH=../tmac ; \
+.ms.ps:
+ GROFF_TMAC_PATH=../tmac; \
+ export GROFF_TMAC_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \
| $(GROFF) -Tps $(FFLAG) -U -ms -markup >$@
-meref.ps: meref.dit
-meintro.ps: meintro.dit
-
-# This production must use -p -e -t so pic/eqn processing is done
-pic.ps: pic.ms
- export GROFF_TMAC_PATH=../tmac ; \
- sed -e "s;@VERSION@;$(version)$(revision);" $< \
- | $(GROFF) -Tps $(FFLAG) -ms >$@
-
install:
clean: