summaryrefslogtreecommitdiff
path: root/contrib/chem/Makefile.sub
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/chem/Makefile.sub')
-rw-r--r--contrib/chem/Makefile.sub16
1 files changed, 9 insertions, 7 deletions
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" $? >$@