Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
12c4946d
Commit
12c4946d
authored
Jul 30, 2009
by
Hanno Schlichting
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Found two more stray build files
parent
39ba34fc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
16 deletions
+0
-16
src/Products/ZReST/Makefile
src/Products/ZReST/Makefile
+0
-15
src/Products/ZReST/refresh.txt
src/Products/ZReST/refresh.txt
+0
-1
No files found.
src/Products/ZReST/Makefile
deleted
100644 → 0
View file @
39ba34fc
FILES
=
ZReST.py __init__.py refresh.txt version.txt TODO.txt README.txt
DTML
=
dtml/manage_addZReSTForm.dtml dtml/manage_editForm.dtml
VERSION
:=
$(
shell
cat
version.txt
)
all
:
${FILES} ${DTML}
rm
-rf
dist
mkdir
dist
mkdir
dist/ZReST
mkdir
dist/ZReST/dtml
cp
${FILES}
dist/ZReST
cp
${DTML}
dist/ZReST/dtml
(
cd
dist
;
tar
zcf ZReST-
${VERSION}
.tgz ZReST
)
mv
dist/ZReST-
${VERSION}
.tgz .
rm
-rf
dist
src/Products/ZReST/refresh.txt
deleted
100644 → 0
View file @
39ba34fc
This is a flag that tells Zope that the product may be auto-refreshed.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment