Changeset d462b24 in git
- Timestamp:
- Apr 30, 2005, 10:35:58 PM (18 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
- Children:
- 8d17660d13e0b38cf0aba7ff94684770c3549759
- Parents:
- 800065e93b5387c2db77ed76e304f2e1d59f5750
- Location:
- doc
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.in
r800065 rd462b24 2 2 ### 3 3 ### Makefile for Singular documentation 4 ### $Id: Makefile.in,v 1.9 7 2005-03-22 13:51:59levandov Exp $4 ### $Id: Makefile.in,v 1.98 2005-04-30 20:35:57 levandov Exp $ 5 5 ##################################################################### 6 6 SHELL=/bin/sh … … 104 104 INSTALL_win.plural.texi 105 105 106 PLU_ONLY_FILES = pluplatform.tex 107 108 PLU_DOC2TEX_FILES = \ 109 plural.tex plumath.tex plureference.tex plutypes.tex pluconventions.tex 110 106 111 DOC2TEX_FILES = \ 107 112 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 116 PLU_MANUAL_FILES = ${PLU_DOC2TEX_FILES} ${PLU_ONLY_FILES} 117 118 MANUAL_FILES = ${TEX_FILES} ${DOC2TEX_FILES} ${PLU_MANUAL_FILES} 116 119 117 120 TUTOR_FILES = \ … … 298 301 # 299 302 html: ${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 301 304 ${PERL} ${TEXI2HTML} ${TEXI2HTML_OPTS} -prefix ${HTML_MANUAL_PREFIX} \ 302 305 -top_file ${HTML_MANUAL_TOP} singular.tex … … 484 487 485 488 html-done: ${MANUAL_FILES} 486
Note: See TracChangeset
for help on using the changeset viewer.