Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
9541b47b
Commit
9541b47b
authored
Oct 08, 2012
by
Tim Bielawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Keep the man3 directory. 'make docs' breaks without it.
parent
f32778aa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
Makefile
+2
-1
docs/man/man3/.gitdir
+0
-0
No files found.
Makefile
View file @
9541b47b
...
...
@@ -96,9 +96,10 @@ clean:
@
echo
"Cleaning up editor backup files"
find
.
-type
f
\(
-name
"*~"
-or
-name
"#*"
\)
-delete
find
.
-type
f
\(
-name
"*.swp"
\)
-delete
@
echo
"Cleaning up
asciidoc to man transformations and results
"
@
echo
"Cleaning up
manpage stuff
"
find ./docs/man
-type
f
-name
"*.xml"
-delete
find ./docs/man
-type
f
-name
"*.asciidoc"
-delete
find ./docs/man/man3
-type
f
-name
"*.3"
-delete
@
echo
"Cleaning up output from test runs"
rm
-rf
test
/test_data
@
echo
"Cleaning up RPM building stuff"
...
...
docs/man/man3/.gitdir
0 → 100644
View file @
9541b47b
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