From 45c971da68a7640770568448bd39650211baf35c Mon Sep 17 00:00:00 2001 From: Amar Takhar Date: Tue, 14 Dec 2010 18:53:17 +0000 Subject: [PATCH] Add a note about DESTDIR= support Originally committed to SVN as r5004. --- aegisub/Makefile.target | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/aegisub/Makefile.target b/aegisub/Makefile.target index c012c478d..e096666c1 100644 --- a/aegisub/Makefile.target +++ b/aegisub/Makefile.target @@ -1,5 +1,8 @@ # *** THERE ARE NO USER-EDITABLE ITEMS HERE. *** - +# +# TODO: +# * DESTDIR= support for make install. +# * Allow variables to be overridden on the CL. .PHONY: all install clean subdirs $(SUBDIRS) all: subdirs $(LIB) $(LIB_SHARED) $(PROGRAM)