Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
curry
pakcs
Commits
b6749a06
Commit
b6749a06
authored
Jun 09, 2015
by
Michael Hanus
Browse files
libs updated
parent
9e626e16
Changes
2
Hide whitespace changes
Inline
Side-by-side
docs/src/Makefile
View file @
b6749a06
...
...
@@ -15,26 +15,26 @@ manual.pdf: $(wildcard *.tex) markdown_syntax.tex lib/LAST
../Manual.pdf
:
manual.pdf
thumbpdf manual
pdflatex manual
rm
-f
../Manual.pdf
cp
manual.pdf ../Manual.pdf
rm
-f
$@
cp
$<
$@
markdown_syntax.tex
:
markdown_syntax.txt
$(PAKCS)
:l Markdown :eval
'readFile "
markdown_syntax.txt" >>= writeFile "markdown_syntax.tex
" . markdownText2LaTeX'
:quit
$(PAKCS)
:l Markdown :eval
'readFile "
$<" >>= writeFile "$@
" . markdownText2LaTeX'
:quit
../markdown_syntax.html
:
markdown_syntax.txt
$(PAKCS)
:l Markdown :eval
'readFile "
markdown_syntax.txt" >>= writeFile "../markdown_syntax.html
" . markdownText2CompleteHTML "Markdown Syntax"'
:quit
$(PAKCS)
:l Markdown :eval
'readFile "
$<" >>= writeFile "$@
" . markdownText2CompleteHTML "Markdown Syntax"'
:quit
# format installation description as HTML page
../INSTALL.html
:
../../INSTALL.txt
$(PAKCS)
:l Markdown :eval
'readFile "
../../INSTALL.txt
" >>= writeFile "
../INSTALL.html
" . markdownText2CompleteHTML "PAKCS Installation Instructions"'
:quit
$(PAKCS)
:l Markdown :eval
'readFile "
$<
" >>= writeFile "
$@
" . markdownText2CompleteHTML "PAKCS Installation Instructions"'
:quit
# format repository installation description as HTML page
../GITINSTALL.html
:
../../GITINSTALL.txt
$(PAKCS)
:l Markdown :eval
'readFile "
../../GITINSTALL.txt" >>= writeFile "../GITINSTALL.html
" . markdownText2CompleteHTML "PAKCS Repository"'
:quit
$(PAKCS)
:l Markdown :eval
'readFile "
$<" >>= writeFile "$@
" . markdownText2CompleteHTML "PAKCS Repository"'
:quit
# format release notes as HTML page
../RELNOTES.html
:
../../RELNOTES.txt
$(PAKCS)
:l Markdown :eval
'readFile "
../../RELNOTES.txt
" >>= writeFile "
../RELNOTES.html
" . markdownText2CompleteHTML "PAKCS Release Notes"'
:quit
$(PAKCS)
:l Markdown :eval
'readFile "
$<
" >>= writeFile "
$@
" . markdownText2CompleteHTML "PAKCS Release Notes"'
:quit
../../lib/TEXDOC/LAST
:
$(MAKE)
libdoc
...
...
lib-trunk
@
126fb901
Subproject commit
9e2e1f958ed684225c1c5aaea03154e43430934c
Subproject commit
126fb901c01907aed6c82019eca3b7fb8fd11cf6
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