summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-07-20 17:49:57 +0000
committerwlemb <wlemb>2001-07-20 17:49:57 +0000
commit8cf2eff63c57b968299aadaca56abe0533386a45 (patch)
treef673cdfd0dbf75b0e7b351976a5ce8128d84cbaa /doc/Makefile
parent0c2857af24a536366560a8a13c64fd6ea25f8408 (diff)
downloadgroff-8cf2eff63c57b968299aadaca56abe0533386a45.tar.gz
* doc/Makefile (.ms.html): Put image files into a subdirectory.
(clean): Updated.
Diffstat (limited to 'doc/Makefile')
-rwxr-xr-xdoc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index ab0f0c34..b202fda0 100755
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -68,7 +68,7 @@ all: $(DOCS)
GROFF_BIN_PATH=$(groff_bin_path); \
export GROFF_BIN_PATH; \
sed -e "s;@VERSION@;$(version)$(revision);" $< \
- | $(GROFF) -Thtml $(FFLAG) -U -ms >$@
+ | $(GROFF) -P-I$< -P-D -Pimg -Thtml $(FFLAG) -U -ms >$@
.ms.ascii:
GROFF_TMAC_PATH=../tmac; \
@@ -99,6 +99,7 @@ clean:
-rm -f *.aux *.dvi *.log *.toc texput.log
-rm -f *.cp *.cps *.cv *.cn *.fn *.fns *.gl *.gls *.ky *.kys \
*.ma *.mas *.op *.ops *.pg *.pgs *.tp *.tps *.tr *.vr *.vrs
+ -rm -rf img
distclean: clean