Changeset 8a0ba8 in git for doc/Makefile.in


Ignore:
Timestamp:
Jul 28, 1999, 1:36:32 PM (25 years ago)
Author:
Olaf Bachmann <obachman@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
f11262e665fdb6e9d0ba667bbcc59239411ba90d
Parents:
e4f76ec87d529ae38fd307cdc6828a45e39d9ffd
Message:
* added lib2doc utility


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

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    re4f76e r8a0ba8  
    22###
    33### Makefile for Singular documentation
    4 ###
     4### $Id: Makefile.in,v 1.30 1999-07-28 11:36:31 obachman Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    161161# targets which produce stand-alone documents
    162162COPYING: copyright.tex
    163         ${MAKEINFO} --no-header -o COPYING copyright.tex
     163        ${MAKEINFO} --no-header --paragraph-indent none -o COPYING copyright.tex
    164164
    165165###########################################################
     
    208208        rm -f ${infodir}/singular.hlp
    209209        - rmdir ${infodir}
     210
     211lib2doc.tar.gz:
     212        rm -rf lib2doc lib2doc.tar.gz
     213        mkdir lib2doc
     214        cp Makefile.lib2doc lib2doc/Makefile
     215        ${MAKEINFO} --no-header --paragraph-indent none -o lib2doc/README lib2doc.texi
     216        cp pl2doc.pl doc2tex.pl ${TEXI2HTML} lib2doc
     217        tar cf lib2doc.tar lib2doc
     218        gzip lib2doc.tar
    210219
    211220clean: mostlyclean
Note: See TracChangeset for help on using the changeset viewer.