URL
https://opencores.org/ocsvn/zipcpu/zipcpu/trunk
Subversion Repositories zipcpu
Compare Revisions
- This comparison shows the changes necessary to convert path
/
- from Rev 105 to Rev 106
- ↔ Reverse comparison
Rev 105 → Rev 106
/zipcpu/trunk/doc/Makefile
10,7 → 10,7
|
.PHONY: pdftex |
pdftex: |
@cd gfx; make --no-print-directory |
@cd gfx; bash -c "if [[ -e Makefile ]]; then make --no-print-directory; fi" |
|
spec.pdf: $(DSRC)/spec.tex $(DSRC)/gqtekspec.cls $(DSRC)/GT.eps |
cd $(DSRC)/; latex spec.tex |