makefile doc notes

This commit is contained in:
John Kerl 2015-11-29 20:23:49 -05:00
parent 0f84f4b9a9
commit 2d0bfdaf94
4 changed files with 28 additions and 0 deletions

View file

@ -1,3 +1,10 @@
# ================================================================
# NOTE: This makefile is not intended to be used in a packaging system --
# rather, Miller uses autconfig for that. This makefile is intended for users
# who prefer (for whatever reason) to bypass autoconfig. Please also see
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
# ================================================================
MANDIR ?= /usr/share/man
DESTDIR ?=

View file

@ -1,3 +1,10 @@
# ================================================================
# NOTE: This makefile is not intended to be used in a packaging system --
# rather, Miller uses autconfig for that. This makefile is intended for users
# who prefer (for whatever reason) to bypass autoconfig. Please also see
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
# ================================================================
# ================================================================
# Travis does "export CC=gcc", "export CC=clang" so we can pick those up via
# "make -e" in ../.travis.yml. Note that "CC?=gcc", without make -e, results

View file

@ -1,3 +1,10 @@
# ================================================================
# NOTE: This makefile is not intended to be used in a packaging system --
# rather, Miller uses autconfig for that. This makefile is intended for users
# who prefer (for whatever reason) to bypass autoconfig. Please also see
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
# ================================================================
CC=gcc
CFLAGS=-I.. -O3

View file

@ -1,3 +1,10 @@
# ================================================================
# NOTE: This makefile is not intended to be used in a packaging system --
# rather, Miller uses autconfig for that. This makefile is intended for users
# who prefer (for whatever reason) to bypass autoconfig. Please also see
# http://johnkerl.org/miller/doc/build.html#Without_using_autoconfig
# ================================================================
all: html man
# Respective MANPATH entries would include /usr/local/share/man or $HOME/man