Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
code
pugs
Commits
381415ad
Commit
381415ad
authored
May 3, 2022
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Fix elpa location
parent
ba2fc730
No related branches found
No related tags found
1 merge request
!145
git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/PugsDoc.cmake
+16
-4
16 additions, 4 deletions
cmake/PugsDoc.cmake
with
16 additions
and
4 deletions
cmake/PugsDoc.cmake
+
16
−
4
View file @
381415ad
...
@@ -26,7 +26,7 @@ if (EMACS)
...
@@ -26,7 +26,7 @@ if (EMACS)
add_custom_command
(
add_custom_command
(
COMMENT
"Check Emacs packages for documentation building"
COMMENT
"Check Emacs packages for documentation building"
OUTPUT
"
${
PUGS_SOURCE_DIR
}
/doc/elpa"
OUTPUT
"
${
PUGS_SOURCE_DIR
}
/doc/
lisp/
elpa"
COMMAND
COMMAND
${
CMAKE_COMMAND
}
-E env
${
CMAKE_COMMAND
}
-E env
PUGS=
${
PUGS_BINARY_DIR
}
/pugs
PUGS=
${
PUGS_BINARY_DIR
}
/pugs
...
@@ -37,7 +37,7 @@ if (EMACS)
...
@@ -37,7 +37,7 @@ if (EMACS)
DEPENDS
${
ORG_GENERATOR_FILES
}
DEPENDS
${
ORG_GENERATOR_FILES
}
)
)
add_custom_target
(
pugsdoc-download-elpa DEPENDS
"
${
PUGS_SOURCE_DIR
}
/doc/elpa"
)
add_custom_target
(
pugsdoc-download-elpa DEPENDS
"
${
PUGS_SOURCE_DIR
}
/doc/
lisp/
elpa"
)
add_custom_command
(
add_custom_command
(
OUTPUT
"
${
PUGS_BINARY_DIR
}
/doc/userdoc.html"
OUTPUT
"
${
PUGS_BINARY_DIR
}
/doc/userdoc.html"
...
@@ -48,7 +48,13 @@ if (EMACS)
...
@@ -48,7 +48,13 @@ if (EMACS)
PUGS_SOURCE_DIR=
${
PUGS_SOURCE_DIR
}
PUGS_SOURCE_DIR=
${
PUGS_SOURCE_DIR
}
PUGS_BINARY_DIR=
${
PUGS_BINARY_DIR
}
PUGS_BINARY_DIR=
${
PUGS_BINARY_DIR
}
${
EMACS
}
-Q --script
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-html.el
${
EMACS
}
-Q --script
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-html.el
DEPENDS
"
${
PUGS_SOURCE_DIR
}
/doc/userdoc.org"
"
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-html.el"
pugs pugsdoc-dir pugsdoc-download-elpa
DEPENDS
"
${
PUGS_SOURCE_DIR
}
/doc/userdoc.org"
"
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-html.el"
pugs
pugsdoc-dir
pugsdoc-download-elpa
${
ORG_GENERATOR_FILES
}
WORKING_DIRECTORY
${
PUGS_BINARY_DIR
}
/doc
WORKING_DIRECTORY
${
PUGS_BINARY_DIR
}
/doc
COMMENT
"Built user documentation in doc/userdoc.html"
COMMENT
"Built user documentation in doc/userdoc.html"
VERBATIM
)
VERBATIM
)
...
@@ -68,7 +74,13 @@ if (EMACS)
...
@@ -68,7 +74,13 @@ if (EMACS)
PUGS_SOURCE_DIR=
${
PUGS_SOURCE_DIR
}
PUGS_SOURCE_DIR=
${
PUGS_SOURCE_DIR
}
PUGS_BINARY_DIR=
${
PUGS_BINARY_DIR
}
PUGS_BINARY_DIR=
${
PUGS_BINARY_DIR
}
${
EMACS
}
-Q --script
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-pdf.el
${
EMACS
}
-Q --script
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-pdf.el
DEPENDS
"
${
PUGS_SOURCE_DIR
}
/doc/userdoc.org"
"
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-pdf.el"
pugs pugsdoc-dir pugsdoc-download-elpa
DEPENDS
"
${
PUGS_SOURCE_DIR
}
/doc/userdoc.org"
"
${
PUGS_SOURCE_DIR
}
/doc/lisp/userdoc-pdf.el"
pugs
pugsdoc-dir
pugsdoc-download-elpa
${
ORG_GENERATOR_FILES
}
WORKING_DIRECTORY
${
PUGS_BINARY_DIR
}
/doc
WORKING_DIRECTORY
${
PUGS_BINARY_DIR
}
/doc
COMMENT
"Built user documentation in doc/userdoc.pdf"
COMMENT
"Built user documentation in doc/userdoc.pdf"
VERBATIM
)
VERBATIM
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment