Changeset 6361e6 in git for doc/Makefile.lib2doc
- Timestamp:
- Jul 4, 2000, 7:16:49 PM (23 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- a4a973c78c25585131b2182024608191b769fa44
- Parents:
- 482844c794f57313f2cad3882b26fee66bba01f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Makefile.lib2doc
r482844 r6361e6 2 2 ## 3 3 ## Makefiel for generation of docu for libraries 4 ## $Id: Makefile.lib2doc,v 1. 2 1999-07-30 10:37:02obachman Exp $4 ## $Id: Makefile.lib2doc,v 1.3 2000-07-04 17:16:48 obachman Exp $ 5 5 ##################################################################### 6 6 … … 18 18 ## 19 19 ## 2.) Set this to the name of your latex2html program, if you have latex2html 20 ## 21 LATEX2HTML = latex2html20 ## 21 LATEX2HTML = 22 22 23 23 … … 51 51 VERBOSE = 1 52 52 # doc2tex parameters 53 D2T_SUBDIR = d2t 54 DOC2TEX_OPTS = -subdir ${D2T_SUBDIR} -verbose ${VERBOSE} \ 55 -Singular ${SINGULAR} 53 DOC2TEX_OPTS = -verbose ${VERBOSE} -Singular ${SINGULAR} 56 54 # texi2html parameters 57 55 TMP_DIR = /tmp
Note: See TracChangeset
for help on using the changeset viewer.