1
0
mirror of https://github.com/3cky/mbusd synced 2025-10-26 23:46:44 +08:00

File updated

This commit is contained in:
kapyar
2003-09-27 13:45:00 +00:00
parent 1595d6d3be
commit 0999dbae05
10 changed files with 199 additions and 101 deletions

View File

@@ -294,6 +294,7 @@ GZIP_ENV = --best
distdir: $(DISTFILES)
-chmod -R a+w $(distdir) >/dev/null 2>&1; rm -rf $(distdir)
mkdir $(distdir)
$(mkinstalldirs) $(distdir)/doc
@for file in $(DISTFILES); do \
if test -f $$file; then d=.; else d=$(srcdir); fi; \
dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \