summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-06-02 07:52:04 +0000
committerwlemb <wlemb>2002-06-02 07:52:04 +0000
commit9a0ec6f8ca061d6c7c20f90f21d9882cadfb1141 (patch)
tree10390172ea3a3aafe1ba2498aa26180f48162094
parent4d7a1bd05343c3747db81787f0425d50a4970acf (diff)
downloadgroff-9a0ec6f8ca061d6c7c20f90f21d9882cadfb1141.tar.gz
o Makefile.in (prepare_make_examples): Test for `penguin.ps', not
`examples/penguin.ps'.
-rw-r--r--contrib/mom/ChangeLog5
-rw-r--r--contrib/mom/Makefile.sub2
2 files changed, 6 insertions, 1 deletions
diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index 2bb583fc..8c082556 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,8 @@
+*Sat Jun 1 2002
+
+o Makefile.in (prepare_make_examples): Test for `penguin.ps', not
+ `examples/penguin.ps'.
+
*Thu May 23 2002
o Applied two small bug fixes to om.tmac (patches 1.1.1a and 1.1.1b).
diff --git a/contrib/mom/Makefile.sub b/contrib/mom/Makefile.sub
index 4e30278c..c8042ca1 100644
--- a/contrib/mom/Makefile.sub
+++ b/contrib/mom/Makefile.sub
@@ -84,7 +84,7 @@ make_examples: prepare_make_examples $(PROCESSEDEXAMPLEFILES)
prepare_make_examples: examples/penguin.ps
test -d examples || $(mkinstalldirs) examples
- test -f examples/penguin.ps || cp $(srcdir)/examples/penguin.ps .
+ test -f penguin.ps || cp $(srcdir)/examples/penguin.ps .
install_data: $(NORMALFILES) $(HTMLDOCFILES) \
$(EXAMPLEFILES) $(PROCESSEDEXAMPLEFILES)