projects
/
catalyst.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd2efce
)
Makefile: Rename CLEAN_FILES to GENERATED_FILES
author
Sebastian Pipping
<sebastian@pipping.org>
Mon, 9 Jul 2012 14:40:38 +0000
(16:40 +0200)
committer
Sebastian Pipping
<sebastian@pipping.org>
Mon, 9 Jul 2012 14:40:38 +0000
(16:40 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 9b03903e2558c850fb8c208d0cd410a7066ef722..bbdb525de97f3d4d9f7c093775bacb6b328e6743 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-6,7
+6,7
@@
MAN_PAGE_SOURCES = $(wildcard doc/*.?.txt)
MAN_PAGES = $(patsubst doc/%.txt,files/%,$(MAN_PAGE_SOURCES))
MAN_PAGE_INCLUDES = doc/subarches.generated.txt doc/targets.generated.txt
EXTRA_DIST = $(MAN_PAGES)
-
CLEAN_FILES = $(EXTRA_DIST
) $(MAN_PAGE_INCLUDES)
+
GENERATED_FILES = $(MAN_PAGES
) $(MAN_PAGE_INCLUDES)
distdir = catalyst-$(PACKAGE_VERSION)
@@
-24,7
+24,7
@@
doc/targets.generated.txt: doc/make_target_table.py $(wildcard modules/catalyst/
"./$<" > "$@"
clean:
- rm -f $(
CLEAN
_FILES)
+ rm -f $(
GENERATED
_FILES)
find -name '*.pyo' -delete
check-git-repository: