summaryrefslogtreecommitdiff
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
parent0c2857af24a536366560a8a13c64fd6ea25f8408 (diff)
downloadgroff-8cf2eff63c57b968299aadaca56abe0533386a45.tar.gz
* doc/Makefile (.ms.html): Put image files into a subdirectory.
(clean): Updated.
-rw-r--r--ChangeLog5
-rw-r--r--doc/.cvsignore2
-rwxr-xr-xdoc/Makefile3
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 457ed033..6fc7bf7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-07-21 Gaius Mulley <gaius@glam.ac.uk>
+
+ * doc/Makefile (.ms.html): Put image files into a subdirectory.
+ (clean): Updated.
+
2001-07-20 Werner LEMBERG <wl@gnu.org>
* src/libs/libgroff/tmpname.cc: New file, defining get_tempname().
diff --git a/doc/.cvsignore b/doc/.cvsignore
index 21321904..a9d37bf8 100644
--- a/doc/.cvsignore
+++ b/doc/.cvsignore
@@ -1,4 +1,4 @@
-grohtml-*-*.png
+img
homepage.html
meintro.ps
meref.ps
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