diff options
author | Peter Simons <simons@cryp.to> | 2009-12-17 23:14:25 +0100 |
---|---|---|
committer | Peter Simons <simons@cryp.to> | 2009-12-17 23:51:48 +0100 |
commit | 413aa7c271260e8d0cc6579e49e353e6dc8e3b79 (patch) | |
tree | 74807228ea276ae52ebd9e5193662b64d8c1a11f /cfg.mk | |
parent | df5181a03b1f00d1badd868cf55b0cfcd2d71932 (diff) | |
download | autoconf-archive-413aa7c271260e8d0cc6579e49e353e6dc8e3b79.tar.gz |
doc: moved all documentation (and its build process) into the doc directory
This relocation has the advantage that makeinfo needs no more magic -I
flags to find the generated macro texi files from the top-level; now
those files reside all within on directory.
Diffstat (limited to 'cfg.mk')
-rw-r--r-- | cfg.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ TEXI_FILES := $(patsubst %,$(DOCDIR)/%.texi,$(MACROS)) .PHONY: generate ALL_RECURSIVE_TARGETS += generate -generate: $(HTML_FILES) $(TEXI_FILES) autoconf-archive.info +generate: $(HTML_FILES) $(TEXI_FILES) $(STAGEDIR)/manifest: @$(MKDIR_P) $(STAGEDIR) |