Changeset be6d47 in git
- Timestamp:
- Oct 16, 2008, 4:15:35 PM (15 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 35f951ebca763480d9681e7b3c5b8147b4d76be2
- Parents:
- b5cd1c8ebd243002677c5e4de3f7b4eec0b79f9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/simple-make
rb5cd1c8 rbe6d47 1 1 #!/bin/sh 2 # 3 # assume texi2dvi, perl in path 4 # cwd=doc 2 5 # 3 6 cp examples.doc examples.tex … … 23 26 done 24 27 sed -e 's/@include plu/@include s-plu/' -e 's/@value{PSUFFIX}/(plural)/g' < plural.tex >s-plural.tex 28 # DVI: 25 29 texi2dvi singular.doc 30 # HTML: 31 /bin/rm -rf tmp 32 mkdir tmp 33 perl ./texi2html -init_file t2h_singular.init \ 34 -l2h -short_ext -l2h_tmp tmp -subdir html -prefix simple \ 35 -top_file index.htm singular.doc
Note: See TracChangeset
for help on using the changeset viewer.