summaryrefslogtreecommitdiff
path: root/ps
diff options
context:
space:
mode:
authorJan Nieuwenhuizen <janneke@gnu.org>2005-10-24 07:39:36 +0000
committerJan Nieuwenhuizen <janneke@gnu.org>2005-10-24 07:39:36 +0000
commit339ec2c5d3556ac255833d8cabc35fce6046be41 (patch)
treeab8a07c3aa95c4bc42724f36abef99aa7623d6fe /ps
parent0da6a8b01ad03688809a07c2966d8eb5fcbcef21 (diff)
* stepmake/stepmake/generic-vars.make (DIST_FILES): Fix
src-wildcard, remove $(wildcard). * po/GNUmakefile (PO_FILES): * ps/GNUmakefile (PS_FILES): * tex/GNUmakefile (TEX_FILES): * cygwin/GNUmakefile (POSTINSTALLS): * vim/GNUmakefile (EXTRA_DIST_FILES): Bugfix: [etags sr?] missed some wildcard calls.
Diffstat (limited to 'ps')
-rw-r--r--ps/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ps/GNUmakefile b/ps/GNUmakefile
index 1e99fd5f7e..b7defdfefe 100644
--- a/ps/GNUmakefile
+++ b/ps/GNUmakefile
@@ -1,6 +1,6 @@
depth = ..
-PS_FILES = $(wildcard *.ps)
+PS_FILES = $(call src-wildcard,*.ps)
STEPMAKE_TEMPLATES=install
EXTRA_DIST_FILES = $(PS_FILES)