Skip to content
Snippets Groups Projects
Commit 98b378c344fb authored by youngs's avatar youngs
Browse files

Adrian's uberpatch to generate HTML docs for packages.

parent c919f0aa58aa
No related branches found
No related tags found
No related merge requests found
2002-01-07 Adrian Aichner <adrian@xemacs.org>
* Makefile (HTML_FILES): New.
* Makefile (HTML_DEP): New.
* Makefile (all): Move $(INFO_FILES) dependency to end.
2001-12-30 Adrian Aichner <adrian@xemacs.org>
* clearcase.texi: Add missing direntry.
......
......@@ -29,9 +29,11 @@
ELCS = clearcase.elc
INFO_FILES = clearcase.info
TEXI_FILES = clearcase.texi
HTML_FILES = $(PACKAGE)*.html
HTML_DEP = $(PACKAGE).html
TEXI_FILES = $(PACKAGE).texi
include ../../XEmacs.rules
GENERATED += custom-load.elc
......@@ -33,9 +35,9 @@
include ../../XEmacs.rules
GENERATED += custom-load.elc
all:: $(ELCS) $(INFO_FILES) auto-autoloads.elc custom-load.elc
all:: $(ELCS) auto-autoloads.elc custom-load.elc $(INFO_FILES)
srckit: srckit-std
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment