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
f54af8f0
Commit
f54af8f0
authored
Nov 12, 2012
by
Michael DeHaan
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1603 from dagwieers/rpm-makefile-fix
moduleformatter.py should include our own ansible clone
parents
c890ae18
a162fa70
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Makefile
+4
-4
No files found.
Makefile
View file @
f54af8f0
...
@@ -29,7 +29,7 @@ SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; pri
...
@@ -29,7 +29,7 @@ SITELIB = $(shell python -c "from distutils.sysconfig import get_python_lib; pri
# VERSION file provides one place to update the software version
# VERSION file provides one place to update the software version
VERSION
:=
$(
shell
cat
VERSION
)
VERSION
:=
$(
shell
cat
VERSION
)
#
##
Get the branch information from git
# Get the branch information from git
ifneq
($(shell
which
git),)
ifneq
($(shell
which
git),)
GIT_DATE
:=
$(
shell
git log
-n
1
--format
=
"%ai"
)
GIT_DATE
:=
$(
shell
git log
-n
1
--format
=
"%ai"
)
endif
endif
...
@@ -164,16 +164,16 @@ deb: debian
...
@@ -164,16 +164,16 @@ deb: debian
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
# for arch or gentoo, read instructions in the appropriate 'packaging' subdirectory directory
modulepages
:
modulepages
:
hacking/module_formatter.py
-A
$(VERSION)
-t
man
-o
docs/man/man3/
--module-dir
=
library
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
hacking/module_formatter.py
-A
$(VERSION)
-t
man
-o
docs/man/man3/
--module-dir
=
library
--template-dir
=
hacking/templates
modulejson
:
modulejson
:
mkdir
-p
docs/json
mkdir
-p
docs/json
hacking/module_formatter.py
-A
$(VERSION)
-t
json
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
hacking/module_formatter.py
-A
$(VERSION)
-t
json
-o
docs/json
--module-dir
=
library
--template-dir
=
hacking/templates
modulejs
:
modulejs
:
mkdir
-p
docs/js
mkdir
-p
docs/js
make modulejson
make modulejson
hacking/module_formatter.py
-A
$(VERSION)
-t
js
-o
docs/js
--module-dir
=
docs/json
--template-dir
=
hacking/templates
PYTHONPATH
=
./lib
hacking/module_formatter.py
-A
$(VERSION)
-t
js
-o
docs/js
--module-dir
=
docs/json
--template-dir
=
hacking/templates
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
# because this requires Sphinx it is not run as part of every build, those building the RPM and so on can ignore this
...
...
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