summaryrefslogtreecommitdiff
path: root/project
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2021-04-11 06:21:42 +0000
committermidipix <writeonce@midipix.org>2021-04-11 06:22:47 +0000
commit5a4cabeb2af8cdcf40bfd6b5e1a0471e9ee138ff (patch)
treee688bfc1fadbea9394986bfa6017f70b4e772847 /project
parent116f061dfeed989b5d25299c1acdc609679428d9 (diff)
downloadbautomake-5a4cabeb2af8cdcf40bfd6b5e1a0471e9ee138ff.tar.bz2
bautomake-5a4cabeb2af8cdcf40bfd6b5e1a0471e9ee138ff.tar.xz
project: posix make support: refactored info document generation rules.
Diffstat (limited to 'project')
-rw-r--r--project/infodoc.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/project/infodoc.mk b/project/infodoc.mk
index 7887163..197d783 100644
--- a/project/infodoc.mk
+++ b/project/infodoc.mk
@@ -10,8 +10,11 @@ INFO_GEN_DOCS = \
info/automake-history.info \
-info/%.info: $(SOURCE_DIR)/doc/%.texi host.tag tree.tag
- $(MAKEINFO) $< -o $@
+info/automake.info: $(SOURCE_DIR)/doc/automake.texi host.tag tree.tag
+ $(MAKEINFO) $(SOURCE_DIR)/doc/automake.texi -o $@
+
+info/automake-history.info: $(SOURCE_DIR)/doc/automake-history.texi host.tag tree.tag
+ $(MAKEINFO) $(SOURCE_DIR)/doc/automake-history.texi -o $@
all-info-docs: info/automake.info info/automake-history.info