Changeset d462b24 in git


Ignore:
Timestamp:
Apr 30, 2005, 10:35:58 PM (18 years ago)
Author:
Viktor Levandovskyy <levandov@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
8d17660d13e0b38cf0aba7ff94684770c3549759
Parents:
800065e93b5387c2db77ed76e304f2e1d59f5750
Message:
*levandov: plural additions, corrections


git-svn-id: file:///usr/local/Singular/svn/trunk@7974 2c84dea3-7e68-4137-9b89-c4e89433aadc
Location:
doc
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • doc/Makefile.in

    r800065 rd462b24  
    22###
    33### Makefile for Singular documentation
    4 ### $Id: Makefile.in,v 1.97 2005-03-22 13:51:59 levandov Exp $
     4### $Id: Makefile.in,v 1.98 2005-04-30 20:35:57 levandov Exp $
    55#####################################################################
    66SHELL=/bin/sh
     
    104104                            INSTALL_win.plural.texi
    105105
     106PLU_ONLY_FILES          = pluplatform.tex
     107
     108PLU_DOC2TEX_FILES       = \
     109                plural.tex plumath.tex plureference.tex plutypes.tex pluconventions.tex
     110
    106111DOC2TEX_FILES   = \
    107112                examples.tex general.tex ti_ip.tex math.tex reference.tex \
    108                 start.tex types.tex pdata.tex tricks.tex platform.tex
    109 
    110 PLU_DOC2TEX_FILES       = \
    111                 plural.tex plumath.tex plureference.tex plutypes.tex pluconventions.tex pluplatform.tex
    112 
    113 MANUAL_FILES    = ${TEX_FILES} ${DOC2TEX_FILES}
    114 
    115 PLU_MANUAL_FILES = ${PLU_DOC2TEX_FILES}
     113                start.tex types.tex pdata.tex tricks.tex platform.tex \
     114                ${PLU_DOC2TEX_FILES}
     115
     116PLU_MANUAL_FILES = ${PLU_DOC2TEX_FILES} ${PLU_ONLY_FILES}
     117
     118MANUAL_FILES    = ${TEX_FILES} ${DOC2TEX_FILES} ${PLU_MANUAL_FILES}
    116119
    117120TUTOR_FILES     = \
     
    298301#
    299302html: ${TMP_DIR} ${HTML_SUBDIR}/${HTML_MANUAL_TOP} ${IMAGES_HTML} $(STANDALONE_TEXI_FILES)
    300 ${HTML_SUBDIR}/${HTML_MANUAL_TOP}: ${TEXI2HTML_INIT} ${TEXI2HTML} singular.tex
     303${HTML_SUBDIR}/${HTML_MANUAL_TOP}: ${TEXI2HTML_INIT} ${TEXI2HTML} singular.tex s-plural.tex
    301304        ${PERL} ${TEXI2HTML} ${TEXI2HTML_OPTS} -prefix ${HTML_MANUAL_PREFIX} \
    302305        -top_file ${HTML_MANUAL_TOP} singular.tex
     
    484487
    485488html-done: ${MANUAL_FILES}
    486 
Note: See TracChangeset for help on using the changeset viewer.