Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Ogg
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
8
Issues
8
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xiph.Org
Ogg
Commits
3daf430d
Commit
3daf430d
authored
Nov 28, 2005
by
Ralph Giles
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Properly strip the .svn directories from the dist target.
svn path=/trunk/ogg/; revision=10479
parent
d70e4bf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile.am
Makefile.am
+2
-2
No files found.
Makefile.am
View file @
3daf430d
...
...
@@ -22,8 +22,8 @@ EXTRA_DIST = README AUTHORS CHANGES COPYING \
dist-hook
:
rm
-rf
`
find
$(distdir)
/debian
-name
.svn
`
rm
-rf
`
find
$(distdir)
/debian
-name
"Makefile*"
`
rm
-rf
`
find
$(distdir)
/macos
-name
CVS
`
rm
-rf
`
find
$(distdir)
/macosx
-name
CVS
`
rm
-rf
`
find
$(distdir)
/macos
-name
.svn
`
rm
-rf
`
find
$(distdir)
/macosx
-name
.svn
`
debug
:
$(MAKE)
all
CFLAGS
=
"@DEBUG@"
...
...
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