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
A
asdf
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
asdf
asdf
Commits
bcc37312
Commit
bcc37312
authored
May 07, 2015
by
Francois-Rene Rideau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Have doc/Makefile send copious output to log files.
(From minimakefile branch.)
parent
4997148a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
doc/Makefile
doc/Makefile
+6
-3
No files found.
doc/Makefile
View file @
bcc37312
...
...
@@ -16,16 +16,19 @@ version.texinfo: ../version.lisp-expr
head
-n
1
$^
| perl
-ne
'm|\"(.*)\"|; print "\@set VERSION $$1\n"'
>
$@
manual-html
:
asdf.texinfo version.texinfo
makeinfo
--html
asdf.texinfo
makeinfo
--html
asdf.texinfo
\
2>&1
>
manual-html.log
||
{
echo
"failed. See log in manual-html.log"
;
exit
1
;
}
asdf.html
:
asdf.texinfo version.texinfo
makeinfo
--html
--no-split
--no-headers
-o
asdf.html asdf.texinfo
makeinfo
--html
--no-split
--no-headers
-o
asdf.html asdf.texinfo
\
2>&1
>
asdf.html.log
||
{
echo
"failed. See log in asdf.html.log"
;
exit
1
;
}
asdf.info
:
asdf.texinfo version.texinfo
makeinfo asdf.texinfo
asdf.pdf
:
asdf.texinfo version.texinfo
texi2pdf asdf.texinfo
texi2pdf asdf.texinfo
\
2>&1
>
asdf.pdf.log
||
{
echo
"failed. See log in asdf.pdf.log"
;
exit
1
;
}
website
:
all
rsync
-lt
--no-g
${webfiles}
${website}
...
...
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