Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
C
cpdt
Project
Project
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
research
cpdt
Commits
971c8851
Commit
971c8851
authored
Nov 11, 2009
by
Adam Chlipala
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Finish porting MoreDep
parent
133d0628
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
157 additions
and
53 deletions
+157
-53
Makefile
Makefile
+2
-2
MoreDep.v
src/MoreDep.v
+155
-51
No files found.
Makefile
View file @
971c8851
...
@@ -45,8 +45,8 @@ latex/%.tex: src/%.v
...
@@ -45,8 +45,8 @@ latex/%.tex: src/%.v
latex/%.dvi
:
latex/%.tex
latex/%.dvi
:
latex/%.tex
cd
latex
;
latex
$*
;
latex
$*
cd
latex
;
latex
$*
;
latex
$*
%.pdf
:
%.dvi
latex/%.pdf
:
latex/
%.dvi
pdflatex
$<
cd
latex
;
pdflatex
$*
;
pdflatex
$*
html
:
Makefile $(VS) src/toc.html
html
:
Makefile $(VS) src/toc.html
mkdir
-p
html
mkdir
-p
html
...
...
src/MoreDep.v
View file @
971c8851
This diff is collapsed.
Click to expand it.
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