emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
blob 7a77d423db6d36ca051150f9bee5890066c59af3 1507 bytes (raw)
name: Makefile 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
 
# Makefile - for the org-mode distribution
#
# This file is not part of GNU Emacs

# set up environment
 include default.mk	# defaults, customizable via "local.mk"
-include local.mk	# optional local customization, use default.mk as template

# default target is "all" unless overridden in local.mk
all::

# Describe valid make targets for org-mode.
.PHONY:	targets help
targets help:
	$(info )
	$(info make help          - show this help)
	$(info make               - cleanly compile Org ELisp files and documentation)
	$(info )
	$(info Installation)
	$(info ============)
	$(info make install       - install Org, both ELisp and Info files)
	$(info make install-lisp  - install Org, only ELisp files)
	$(info make install-info  - install Org, only Info file)
	$(info )
	$(info Maintenance)
	$(info ===========)
	$(info make doc           - make all documentation)
	$(info make info          - make Info documentation)
	$(info make html          - make HTML documentation)
	$(info make pdf           - make pdf documentation)
	$(info make card          - make refcards documentation)
	$(info )
	$(info make check         - build org and run complete test suite)
	$(info make clean         - clean Org ELisp and documentation files)
	$(info make compile       - cleanly compile Org ELisp files)
	$(info make compile-dirty - compile Org ELisp without cleaning)
	$(info )
	$(info make clean-install - remove installed Org ELisp and documentation files)
	@echo ""

 include targets.mk	# toplevel make machinery

debug log:

solving 7a77d42 ...
found 7a77d42 in https://git.savannah.gnu.org/cgit/emacs/org-mode.git

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).