summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwl <wl>2010-12-13 15:16:03 +0000
committerwl <wl>2010-12-13 15:16:03 +0000
commit67525a8a24c8a0a7d6413de6814c8901f9401a39 (patch)
tree09d6bfbebf527744e036727c92bca5541269335c
parente9d644ce58b720c0028541bdc5446e2f132df850 (diff)
downloadgroff-67525a8a24c8a0a7d6413de6814c8901f9401a39.tar.gz
Minor omission.
-rw-r--r--contrib/chem/ChangeLog2
-rw-r--r--contrib/chem/Makefile.sub16
2 files changed, 10 insertions, 8 deletions
diff --git a/contrib/chem/ChangeLog b/contrib/chem/ChangeLog
index 3e6c54fa..7c0f3f95 100644
--- a/contrib/chem/ChangeLog
+++ b/contrib/chem/ChangeLog
@@ -5,7 +5,7 @@
* examples/122/README: Renamed to...
* examples/122/README.txt: This.
- * Makefile.sub (all): Add `examples/122/README'.
+ * Makefile.sub (all, MOSTLYCLEANADD): Add `examples/122/README'.
(examples/122/README): New target.
(install_data): Fix typo.
diff --git a/contrib/chem/Makefile.sub b/contrib/chem/Makefile.sub
index c79da488..f1fe2c98 100644
--- a/contrib/chem/Makefile.sub
+++ b/contrib/chem/Makefile.sub
@@ -25,17 +25,19 @@
########################################################################
MAN1=chem.n
-MOSTLYCLEANADD=chem chem.n README examples/README
+MOSTLYCLEANADD=\
+ chem \
+ chem.n \
+ README \
+ examples/README \
+ example/122/README
# not all make programs have $(RM) predefined.
RM=rm -f
-all: \
- README \
- examples/README \
- examples/122/README \
- chem \
- $(MAN1)
+all: README examples/README examples/122/README \
+ chem \
+ $(MAN1)
README: $(srcdir)/README.txt
sed -e "s|@g@|$(g)|g" $? >$@