From b44d53c227938bfe8145e7a1d67146cae9f29aa4 Mon Sep 17 00:00:00 2001 From: Thomas Goyne Date: Mon, 8 Oct 2012 14:00:28 -0700 Subject: [PATCH] Don't install the somewhat out-of-date automation design docs. Updates #1135. --- aegisub/automation/Makefile | 24 +----------------------- 1 file changed, 1 insertion(+), 23 deletions(-) diff --git a/aegisub/automation/Makefile b/aegisub/automation/Makefile index d92c11f3f..2612b4a21 100644 --- a/aegisub/automation/Makefile +++ b/aegisub/automation/Makefile @@ -19,25 +19,8 @@ DATA_AUTOMATION += \ include/utils-auto4.lua \ include/utils.lua -# share/doc -DATA_GENERAL_DOC = \ - demos/raytracer-test1.ass \ - v4-docs/basic-function-interface.txt \ - v4-docs/configuration-dialogs.txt \ - v4-docs/file-streams.txt \ - v4-docs/misc.txt \ - v4-docs/overview.txt \ - v4-docs/progress-reporting.txt \ - v4-docs/subtitle-data.txt \ - v4-docs/template-scripting-ideas.ass - -DATA_AUTOMATION_DOC += \ - demos/future-windy-blur.lua \ - demos/raytracer.lua - all: ; - install: install-share @$(BIN_MKDIR) -p $(addprefix $(DESTDIR)$(P_DATA)/automation/, $(dir $(DATA_AUTOMATION))) @for i in $(DATA_AUTOMATION); do \ @@ -45,11 +28,6 @@ install: install-share $(BIN_INSTALL) $$i $(DESTDIR)$(P_DATA)/automation/$$i; \ done -DATA_SHARE_DOC = $(DATA_GENERAL_DOC) $(DATA_AUTOMATION_DOC) - -EXTRA_DIST = \ - $(DATA_AUTOMATION) \ - $(DATA_GENERAL_DOC) \ - $(DATA_AUTOMATION_DOC) +EXTRA_DIST = $(DATA_AUTOMATION) include ../Makefile.target