Skip to content
Snippets Groups Projects
Commit a962584a9378 authored by ben's avatar ben
Browse files

package Makefile overhaul -- remove explicit targets, explicit specification...

package Makefile overhaul -- remove explicit targets, explicit specification of generated .el files, etc; all is done using directives [i.e. variables], as documented in XEmacs.rules
parent b16acfaa485e
No related branches found
No related tags found
No related merge requests found
......@@ -29,10 +29,8 @@ CATEGORY = standard
EXTRA_SOURCES = NEWS README
INFO_FILES = $(PACKAGE).info*
HTML_FILES = $(PACKAGE)*.html
HTML_DEP = $(PACKAGE).html
TEXI_FILES = $(PACKAGE).texi gpl.texi
STANDARD_DOCS = t
EXTRA_TEXI_FILES = gpl.texi
ELCS = stack-f.elc stack-m.elc queue-f.elc queue-m.elc \
elib-node.elc dll.elc dll-debug.elc bintree.elc \
......@@ -40,8 +38,4 @@ ELCS = stack-f.elc stack-m.elc queue-f.elc queue-m.elc \
include ../../XEmacs.rules
compile:: $(ELCS) auto-autoloads.elc elib.info
binkit: binkit-common
in-place: inplace-sourceinfo
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