[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 26/30: [chem]: Fix Makefile nit.
From: |
G. Branden Robinson |
Subject: |
[groff] 26/30: [chem]: Fix Makefile nit. |
Date: |
Sun, 22 Dec 2024 19:39:21 -0500 (EST) |
gbranden pushed a commit to branch master
in repository groff.
commit ca8a6d7c73e62cafae142c79bc415abcbe2e8460
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Dec 21 20:25:06 2024 -0600
[chem]: Fix Makefile nit.
* contrib/chem/chem.am (all): Drop seemingly spurious use of target.
---
contrib/chem/ChangeLog | 4 ++++
contrib/chem/chem.am | 3 ---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/contrib/chem/ChangeLog b/contrib/chem/ChangeLog
index 4b5f495e0..b894e70cd 100644
--- a/contrib/chem/ChangeLog
+++ b/contrib/chem/ChangeLog
@@ -1,3 +1,7 @@
+2024-12-21 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * chem.am (all): Drop seemingly spurious use of target.
+
2024-12-12 G. Branden Robinson <g.branden.robinson@gmail.com>
Move "chem.pic" from its own subdirectory (which has no other
diff --git a/contrib/chem/chem.am b/contrib/chem/chem.am
index 0f1a58ce3..0392125f3 100644
--- a/contrib/chem/chem.am
+++ b/contrib/chem/chem.am
@@ -56,9 +56,6 @@ man1_MANS += contrib/chem/chem.1
MOSTLYCLEANFILES += $(CHEM_GENEXAMPLES) $(nodist_chemexample122_DATA) \
contrib/chem/README
-# This is strangely built but not installed
-all: contrib/chem/README
-
contrib/chem/README: $(chem_srcdir)/README.txt
$(AM_V_GEN)$(MKDIR_P) contrib/chem/ \
&& sed -e "s|[@]g[@]|$(g)|g" $? >$@
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 26/30: [chem]: Fix Makefile nit.,
G. Branden Robinson <=