diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-03 02:52:17 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2017-02-03 02:52:17 -0500 |
commit | 56689b495618d3e8326b0a6c79f15aaf2b029d9c (patch) | |
tree | f99a4a7240bbd1a617cabdd7e3564c21e2e3b825 /build-aux/Makefile.once.head/10-texinfo.mk | |
parent | 026a77f92fd89f009eefee19a43c15d416f54cf7 (diff) | |
parent | eaf336a9265399520e3cf71d4979446b98bdf48d (diff) |
Merge remote-tracking branch 'r-autothing/v3/master'
Diffstat (limited to 'build-aux/Makefile.once.head/10-texinfo.mk')
-rw-r--r-- | build-aux/Makefile.once.head/10-texinfo.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/build-aux/Makefile.once.head/10-texinfo.mk b/build-aux/Makefile.once.head/10-texinfo.mk index aac2c28..d24852d 100644 --- a/build-aux/Makefile.once.head/10-texinfo.mk +++ b/build-aux/Makefile.once.head/10-texinfo.mk @@ -29,17 +29,13 @@ define mod.texinfo.doc # - Directory variable : `files.out.{dvi,html,pdf,ps}` # - Directory variable : `files.sys.{dvi,html,pdf,ps,all}` # - .PHONY target : `$(outdir)/info` -# - .PHONY target : `$(outdir)/install` (see below) # - Target : `$(outdir)/%.info` # - Target : `$(outdir)/%.dvi` # - target : `$(outdir)/%.html` # - target : `$(outdir)/%.pdf` # - Target : `$(outdir)/%.ps` # -# The module counts on the `$(outdir)/install` target being defined by -# `files`, but not having a rule that executes once the dependencies -# have been taken care of; it adds a "post-install" rule to add the -# info files to the index. +# TODO: prose documentation endef mod.texinfo.doc := $(value mod.texinfo.doc) |