Changeset 9c935cb in git


Ignore:
Timestamp:
Jul 31, 1998, 1:20:44 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
8c4d791b0134ec4b991923ab17351f17c74f3187
Parents:
2135c8a06a9817b86fc58aecf22ccade2ea478fe
Message:
Added html-version of tutorial


git-svn-id: file:///usr/local/Singular/svn/trunk@2414 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r2135c8a r9c935cb  
    9494        touch html
    9595
     96# html stuff
     97html_tutor: ${TUTOR_FILES}
     98        test -d html_tutor || mkdir html_tutor
     99        cd html_tutor && ../texi2html -I .. -menu -expandinfo -number -split_node -verbose ../tutor.tex
     100        test -d html || mkdir html
     101        test -d html/images || mkdir html/images
     102        for img in ${IMAGES}; \
     103        do \
     104                echo uudecode images/$${img}.uu; \
     105                uudecode images/$${img}.uu; \
     106        done
     107        test -e html_tutor/images || (cd html_tutor; ln -s ../html/images images)
     108        touch html_tutor
     109
    96110# how to create the texinfo files
    97111%.tex: %.doc doc2tex ${SINGULAR}
Note: See TracChangeset for help on using the changeset viewer.