mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
parent
3e3226d777
commit
1162a3b4f0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17290
@ -1,13 +1,12 @@
|
||||
# New ports collection makefile for: lout
|
||||
# Version required: 3.11
|
||||
# Version required: 3.13
|
||||
# Date created: 10/22/96
|
||||
# Whom: oly@world.std.com
|
||||
#
|
||||
# $Id: Makefile,v 1.3 1997/09/05 15:47:07 max Exp $
|
||||
# $Id$
|
||||
#
|
||||
|
||||
DISTNAME= lout.3.11
|
||||
PKGNAME= lout-3.11
|
||||
DISTNAME= lout-3.13
|
||||
CATEGORIES= print
|
||||
MASTER_SITES= ${MASTER_SITE_TEX_CTAN} \
|
||||
ftp://ftp.cs.usyd.edu.au/jeff/lout/
|
||||
|
@ -1 +1 @@
|
||||
MD5 (lout.3.11.tar.gz) = 3fc6bcac17d07ef04ea33d705df9e79e
|
||||
MD5 (lout-3.13.tar.gz) = 9aed1178d8006a55097d0fa2b5782a22
|
||||
|
@ -1,127 +1,222 @@
|
||||
--- makefile.orig Sun Nov 16 20:01:34 1997
|
||||
+++ makefile Sat Feb 21 11:40:17 1998
|
||||
@@ -241,10 +241,10 @@
|
||||
|
||||
COLLATE = 1
|
||||
|
||||
-BINDIR = /usr/staff/jeff/bin
|
||||
-LIBDIR = /usr/staff/jeff/lout.lib
|
||||
-DOCDIR = /usr/staff/jeff/lout.doc
|
||||
-MANDIR = /usr/staff/jeff/lout.man
|
||||
+BINDIR = ${PREFIX}/bin
|
||||
+LIBDIR = ${PREFIX}/share/lout
|
||||
+DOCDIR = ${PREFIX}/share/doc/lout
|
||||
+MANDIR = ${PREFIX}/man/man1
|
||||
|
||||
LIBFONT = font
|
||||
LIBMAPS = maps
|
||||
@@ -256,7 +256,7 @@
|
||||
CHARIN = 1
|
||||
CHAROUT = 0
|
||||
|
||||
-USELOC = 1
|
||||
+USELOC = 0
|
||||
LOC_FR = fr
|
||||
LOC_DE = de
|
||||
|
||||
@@ -310,40 +310,42 @@
|
||||
@echo "(a) Installing lout and c2lout binaries into BINDIR $(BINDIR)"
|
||||
cp lout $(BINDIR)/lout
|
||||
chmod 755 $(BINDIR)/lout
|
||||
+ chown bin.bin $(BINDIR)/lout
|
||||
cp c2lout $(BINDIR)/c2lout
|
||||
chmod 755 $(BINDIR)/c2lout
|
||||
+ chown bin.bin $(BINDIR)/c2lout
|
||||
@echo ""
|
||||
@echo "(b) Installing library files into LIBDIR $(LIBDIR)"
|
||||
- mkdir $(LIBDIR)
|
||||
+ -mkdir $(LIBDIR)
|
||||
chmod 755 $(LIBDIR)
|
||||
@echo ""
|
||||
- mkdir $(LIBDIR)/$(LIBINCL)
|
||||
+ -mkdir $(LIBDIR)/$(LIBINCL)
|
||||
chmod 755 $(LIBDIR)/$(LIBINCL)
|
||||
cp include/* $(LIBDIR)/$(LIBINCL)
|
||||
cp setup/* $(LIBDIR)/$(LIBINCL)
|
||||
chmod 644 $(LIBDIR)/$(LIBINCL)/*
|
||||
@echo ""
|
||||
- mkdir $(LIBDIR)/$(LIBDATA)
|
||||
+ -mkdir $(LIBDIR)/$(LIBDATA)
|
||||
chmod 755 $(LIBDIR)/$(LIBDATA)
|
||||
cp data/* $(LIBDIR)/$(LIBDATA)
|
||||
chmod 644 $(LIBDIR)/$(LIBDATA)/*
|
||||
@echo ""
|
||||
- mkdir $(LIBDIR)/$(LIBHYPH)
|
||||
+ -mkdir $(LIBDIR)/$(LIBHYPH)
|
||||
chmod 755 $(LIBDIR)/$(LIBHYPH)
|
||||
cp hyph/* $(LIBDIR)/$(LIBHYPH)
|
||||
chmod 644 $(LIBDIR)/$(LIBHYPH)/*
|
||||
@echo ""
|
||||
- mkdir $(LIBDIR)/$(LIBFONT)
|
||||
+ -mkdir $(LIBDIR)/$(LIBFONT)
|
||||
chmod 755 $(LIBDIR)/$(LIBFONT)
|
||||
cp font/* $(LIBDIR)/$(LIBFONT)
|
||||
chmod 644 $(LIBDIR)/$(LIBFONT)/*
|
||||
@echo ""
|
||||
- mkdir $(LIBDIR)/$(LIBMAPS)
|
||||
+ -mkdir $(LIBDIR)/$(LIBMAPS)
|
||||
chmod 755 $(LIBDIR)/$(LIBMAPS)
|
||||
cp maps/* $(LIBDIR)/$(LIBMAPS)
|
||||
chmod 644 $(LIBDIR)/$(LIBMAPS)/*
|
||||
@echo ""
|
||||
- mkdir $(LIBDIR)/$(LIBLOCA)
|
||||
+ -mkdir $(LIBDIR)/$(LIBLOCA)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)
|
||||
@echo ""
|
||||
@echo "(c) Initializing run (should be silent, no errors expected)"
|
||||
@@ -352,6 +354,7 @@
|
||||
@echo "(d) Changing mode of files just created by initializing run"
|
||||
chmod 644 $(LIBDIR)/$(LIBDATA)/*
|
||||
chmod 644 $(LIBDIR)/$(LIBHYPH)/*
|
||||
+ chown -R bin.bin $(LIBDIR)
|
||||
|
||||
installman:
|
||||
@echo ""
|
||||
@@ -360,23 +363,27 @@
|
||||
-e "s@<DOCDIR>@$(DOCDIR)@" -e "s@<MANDIR>@$(MANDIR)@" \
|
||||
man/lout.1 > $(MANDIR)/lout.1
|
||||
chmod 644 $(MANDIR)/lout.1
|
||||
+ chown bin.bin $(MANDIR)/lout.1
|
||||
cp man/c2lout.1 $(MANDIR)/c2lout.1
|
||||
chmod 644 $(MANDIR)/c2lout.1
|
||||
+ chown bin.bin $(MANDIR)/c2lout.1
|
||||
|
||||
installdoc:
|
||||
@echo ""
|
||||
@echo "Creating DOCDIR $(DOCDIR) and copying documentation into it"
|
||||
- $(RCOPY) doc $(DOCDIR)
|
||||
+ -mkdir -p $(DOCDIR)
|
||||
+ $(RCOPY) doc/* $(DOCDIR)
|
||||
chmod 755 $(DOCDIR)
|
||||
chmod 755 $(DOCDIR)/*
|
||||
chmod 644 $(DOCDIR)/*/*
|
||||
+ chown -R bin.bin $(DOCDIR)
|
||||
|
||||
installfr:
|
||||
@echo ""
|
||||
@echo "Putting French error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)"
|
||||
- mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
+ -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
- mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
+ -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
cp locale/msgs.fr $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/msgs.$(LOC_FR)
|
||||
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/errors.$(LOC_FR) \
|
||||
@@ -386,9 +393,9 @@
|
||||
installde:
|
||||
@echo ""
|
||||
@echo "Putting German error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)"
|
||||
- mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
+ -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
- mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
+ -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
cp locale/msgs.de $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/msgs.$(LOC_DE)
|
||||
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/errors.$(LOC_DE) \
|
||||
*** makefile.orig Thu Feb 4 23:13:30 1999
|
||||
--- makefile Wed Mar 17 23:08:39 1999
|
||||
***************
|
||||
*** 252,261 ****
|
||||
|
||||
COLLATE = 1
|
||||
|
||||
! BINDIR = /usr/staff/jeff/bin
|
||||
! LIBDIR = /usr/staff/jeff/lout.lib
|
||||
! DOCDIR = /usr/staff/jeff/lout.doc
|
||||
! MANDIR = /usr/staff/jeff/lout.man
|
||||
|
||||
LIBFONT = font
|
||||
LIBMAPS = maps
|
||||
--- 252,261 ----
|
||||
|
||||
COLLATE = 1
|
||||
|
||||
! BINDIR = ${PREFIX}/bin
|
||||
! LIBDIR = ${PREFIX}/share/lout
|
||||
! DOCDIR = ${PREFIX}/share/doc/lout
|
||||
! MANDIR = ${PREFIX}/man/man1
|
||||
|
||||
LIBFONT = font
|
||||
LIBMAPS = maps
|
||||
***************
|
||||
*** 267,278 ****
|
||||
CHARIN = 1
|
||||
CHAROUT = 0
|
||||
|
||||
! USELOC = 1
|
||||
LOC_FR = fr
|
||||
LOC_DE = de
|
||||
|
||||
! PDF_COMPRESSION = 0
|
||||
! ZLIB =
|
||||
ZLIBPATH =
|
||||
|
||||
CC = gcc
|
||||
--- 267,278 ----
|
||||
CHARIN = 1
|
||||
CHAROUT = 0
|
||||
|
||||
! USELOC = 0
|
||||
LOC_FR = fr
|
||||
LOC_DE = de
|
||||
|
||||
! PDF_COMPRESSION = 1
|
||||
! ZLIB = -lz
|
||||
ZLIBPATH =
|
||||
|
||||
CC = gcc
|
||||
***************
|
||||
*** 327,366 ****
|
||||
@echo "(a) Installing lout and c2lout binaries into BINDIR $(BINDIR)"
|
||||
cp lout $(BINDIR)/lout
|
||||
chmod 755 $(BINDIR)/lout
|
||||
cp c2lout $(BINDIR)/c2lout
|
||||
chmod 755 $(BINDIR)/c2lout
|
||||
@echo ""
|
||||
@echo "(b) Installing library files into LIBDIR $(LIBDIR)"
|
||||
! mkdir $(LIBDIR)
|
||||
chmod 755 $(LIBDIR)
|
||||
@echo ""
|
||||
! mkdir $(LIBDIR)/$(LIBINCL)
|
||||
chmod 755 $(LIBDIR)/$(LIBINCL)
|
||||
cp include/* $(LIBDIR)/$(LIBINCL)
|
||||
chmod 644 $(LIBDIR)/$(LIBINCL)/*
|
||||
@echo ""
|
||||
! mkdir $(LIBDIR)/$(LIBDATA)
|
||||
chmod 755 $(LIBDIR)/$(LIBDATA)
|
||||
cp data/* $(LIBDIR)/$(LIBDATA)
|
||||
chmod 644 $(LIBDIR)/$(LIBDATA)/*
|
||||
@echo ""
|
||||
! mkdir $(LIBDIR)/$(LIBHYPH)
|
||||
chmod 755 $(LIBDIR)/$(LIBHYPH)
|
||||
cp hyph/* $(LIBDIR)/$(LIBHYPH)
|
||||
chmod 644 $(LIBDIR)/$(LIBHYPH)/*
|
||||
@echo ""
|
||||
! mkdir $(LIBDIR)/$(LIBFONT)
|
||||
chmod 755 $(LIBDIR)/$(LIBFONT)
|
||||
cp font/* $(LIBDIR)/$(LIBFONT)
|
||||
chmod 644 $(LIBDIR)/$(LIBFONT)/*
|
||||
@echo ""
|
||||
! mkdir $(LIBDIR)/$(LIBMAPS)
|
||||
chmod 755 $(LIBDIR)/$(LIBMAPS)
|
||||
cp maps/* $(LIBDIR)/$(LIBMAPS)
|
||||
chmod 644 $(LIBDIR)/$(LIBMAPS)/*
|
||||
@echo ""
|
||||
! mkdir $(LIBDIR)/$(LIBLOCA)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)
|
||||
@echo ""
|
||||
@echo "(c) Initializing run (should be silent, no errors expected)"
|
||||
$(BINDIR)/lout -x -s $(LIBDIR)/$(LIBINCL)/init
|
||||
--- 327,369 ----
|
||||
@echo "(a) Installing lout and c2lout binaries into BINDIR $(BINDIR)"
|
||||
cp lout $(BINDIR)/lout
|
||||
chmod 755 $(BINDIR)/lout
|
||||
+ chown bin:bin $(BINDIR)/lout
|
||||
cp c2lout $(BINDIR)/c2lout
|
||||
chmod 755 $(BINDIR)/c2lout
|
||||
+ chown bin:bin $(BINDIR)/c2lout
|
||||
@echo ""
|
||||
@echo "(b) Installing library files into LIBDIR $(LIBDIR)"
|
||||
! -mkdir $(LIBDIR)
|
||||
chmod 755 $(LIBDIR)
|
||||
@echo ""
|
||||
! -mkdir $(LIBDIR)/$(LIBINCL)
|
||||
chmod 755 $(LIBDIR)/$(LIBINCL)
|
||||
cp include/* $(LIBDIR)/$(LIBINCL)
|
||||
chmod 644 $(LIBDIR)/$(LIBINCL)/*
|
||||
@echo ""
|
||||
! -mkdir $(LIBDIR)/$(LIBDATA)
|
||||
chmod 755 $(LIBDIR)/$(LIBDATA)
|
||||
cp data/* $(LIBDIR)/$(LIBDATA)
|
||||
chmod 644 $(LIBDIR)/$(LIBDATA)/*
|
||||
@echo ""
|
||||
! -mkdir $(LIBDIR)/$(LIBHYPH)
|
||||
chmod 755 $(LIBDIR)/$(LIBHYPH)
|
||||
cp hyph/* $(LIBDIR)/$(LIBHYPH)
|
||||
chmod 644 $(LIBDIR)/$(LIBHYPH)/*
|
||||
@echo ""
|
||||
! -mkdir $(LIBDIR)/$(LIBFONT)
|
||||
chmod 755 $(LIBDIR)/$(LIBFONT)
|
||||
cp font/* $(LIBDIR)/$(LIBFONT)
|
||||
chmod 644 $(LIBDIR)/$(LIBFONT)/*
|
||||
@echo ""
|
||||
! -mkdir $(LIBDIR)/$(LIBMAPS)
|
||||
chmod 755 $(LIBDIR)/$(LIBMAPS)
|
||||
cp maps/* $(LIBDIR)/$(LIBMAPS)
|
||||
chmod 644 $(LIBDIR)/$(LIBMAPS)/*
|
||||
@echo ""
|
||||
! -mkdir $(LIBDIR)/$(LIBLOCA)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)
|
||||
+ touch $(LIBDIR)/$(LIBLOCA)/.place_holder
|
||||
@echo ""
|
||||
@echo "(c) Initializing run (should be silent, no errors expected)"
|
||||
$(BINDIR)/lout -x -s $(LIBDIR)/$(LIBINCL)/init
|
||||
***************
|
||||
*** 368,373 ****
|
||||
--- 371,377 ----
|
||||
@echo "(d) Changing mode of files just created by initializing run"
|
||||
chmod 644 $(LIBDIR)/$(LIBDATA)/*
|
||||
chmod 644 $(LIBDIR)/$(LIBHYPH)/*
|
||||
+ chown -R bin:bin $(LIBDIR)
|
||||
|
||||
installman:
|
||||
@echo ""
|
||||
***************
|
||||
*** 376,398 ****
|
||||
-e "s@<DOCDIR>@$(DOCDIR)@" -e "s@<MANDIR>@$(MANDIR)@" \
|
||||
man/lout.1 > $(MANDIR)/lout.1
|
||||
chmod 644 $(MANDIR)/lout.1
|
||||
cp man/c2lout.1 $(MANDIR)/c2lout.1
|
||||
chmod 644 $(MANDIR)/c2lout.1
|
||||
|
||||
installdoc:
|
||||
@echo ""
|
||||
@echo "Creating DOCDIR $(DOCDIR) and copying documentation into it"
|
||||
! $(RCOPY) doc $(DOCDIR)
|
||||
chmod 755 $(DOCDIR)
|
||||
chmod 755 $(DOCDIR)/*
|
||||
chmod 644 $(DOCDIR)/*/*
|
||||
|
||||
installfr:
|
||||
@echo ""
|
||||
@echo "Putting French error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)"
|
||||
! mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
! mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
cp locale/msgs.fr $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/msgs.$(LOC_FR)
|
||||
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/errors.$(LOC_FR) \
|
||||
--- 380,406 ----
|
||||
-e "s@<DOCDIR>@$(DOCDIR)@" -e "s@<MANDIR>@$(MANDIR)@" \
|
||||
man/lout.1 > $(MANDIR)/lout.1
|
||||
chmod 644 $(MANDIR)/lout.1
|
||||
+ chown bin:bin $(MANDIR)/lout.1
|
||||
cp man/c2lout.1 $(MANDIR)/c2lout.1
|
||||
chmod 644 $(MANDIR)/c2lout.1
|
||||
+ chown bin:bin $(MANDIR)/c2lout.1
|
||||
|
||||
installdoc:
|
||||
@echo ""
|
||||
@echo "Creating DOCDIR $(DOCDIR) and copying documentation into it"
|
||||
! -mkdir -p $(DOCDIR)
|
||||
! $(RCOPY) doc/* $(DOCDIR)
|
||||
chmod 755 $(DOCDIR)
|
||||
chmod 755 $(DOCDIR)/*
|
||||
chmod 644 $(DOCDIR)/*/*
|
||||
+ chown -R bin.bin $(DOCDIR)
|
||||
|
||||
installfr:
|
||||
@echo ""
|
||||
@echo "Putting French error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)"
|
||||
! -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)
|
||||
! -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES
|
||||
cp locale/msgs.fr $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/msgs.$(LOC_FR)
|
||||
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_FR)/LC_MESSAGES/errors.$(LOC_FR) \
|
||||
***************
|
||||
*** 402,410 ****
|
||||
installde:
|
||||
@echo ""
|
||||
@echo "Putting German error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)"
|
||||
! mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
! mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
cp locale/msgs.de $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/msgs.$(LOC_DE)
|
||||
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/errors.$(LOC_DE) \
|
||||
--- 410,418 ----
|
||||
installde:
|
||||
@echo ""
|
||||
@echo "Putting German error messages into $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)"
|
||||
! -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)
|
||||
! -mkdir $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
chmod 755 $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES
|
||||
cp locale/msgs.de $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/msgs.$(LOC_DE)
|
||||
gencat $(LIBDIR)/$(LIBLOCA)/$(LOC_DE)/LC_MESSAGES/errors.$(LOC_DE) \
|
||||
|
@ -56,6 +56,7 @@ share/doc/lout/expert/outfile.ps
|
||||
share/doc/lout/expert/pre
|
||||
share/doc/lout/expert/pre_back
|
||||
share/doc/lout/expert/pre_begi
|
||||
share/doc/lout/expert/pre_bend
|
||||
share/doc/lout/expert/pre_brea
|
||||
share/doc/lout/expert/pre_case
|
||||
share/doc/lout/expert/pre_colo
|
||||
@ -69,6 +70,7 @@ share/doc/lout/expert/pre_grap
|
||||
share/doc/lout/expert/pre_hadj
|
||||
share/doc/lout/expert/pre_hcon
|
||||
share/doc/lout/expert/pre_hexp
|
||||
share/doc/lout/expert/pre_hlim
|
||||
share/doc/lout/expert/pre_hsca
|
||||
share/doc/lout/expert/pre_hshi
|
||||
share/doc/lout/expert/pre_incg
|
||||
@ -80,16 +82,20 @@ share/doc/lout/expert/pre_mome
|
||||
share/doc/lout/expert/pre_next
|
||||
share/doc/lout/expert/pre_notr
|
||||
share/doc/lout/expert/pre_null
|
||||
share/doc/lout/expert/pre_oneo
|
||||
share/doc/lout/expert/pre_oner
|
||||
share/doc/lout/expert/pre_open
|
||||
share/doc/lout/expert/pre_page
|
||||
share/doc/lout/expert/pre_plai
|
||||
share/doc/lout/expert/pre_prep
|
||||
share/doc/lout/expert/pre_rota
|
||||
share/doc/lout/expert/pre_rump
|
||||
share/doc/lout/expert/pre_scal
|
||||
share/doc/lout/expert/pre_spac
|
||||
share/doc/lout/expert/pre_span
|
||||
share/doc/lout/expert/pre_tagg
|
||||
share/doc/lout/expert/pre_unde
|
||||
share/doc/lout/expert/pre_verb
|
||||
share/doc/lout/expert/pre_wide
|
||||
share/doc/lout/expert/pre_yuni
|
||||
share/doc/lout/expert/preface
|
||||
@ -177,7 +183,7 @@ share/doc/lout/user/gra_over
|
||||
share/doc/lout/user/gra_plac
|
||||
share/doc/lout/user/gra_summ
|
||||
share/doc/lout/user/gra_tick
|
||||
share/doc/lout/user/mydcbook
|
||||
share/doc/lout/user/letterbook
|
||||
share/doc/lout/user/mydefs
|
||||
share/doc/lout/user/pascal
|
||||
share/doc/lout/user/preface
|
||||
@ -204,13 +210,21 @@ share/doc/lout/user/str_theo
|
||||
share/doc/lout/user/su_crest.eps
|
||||
share/doc/lout/user/tbl
|
||||
share/doc/lout/user/tbl_alig
|
||||
share/doc/lout/user/tbl_cols
|
||||
share/doc/lout/user/tbl_exam
|
||||
share/doc/lout/user/tbl_cell
|
||||
share/doc/lout/user/tbl_inde
|
||||
share/doc/lout/user/tbl_intr
|
||||
share/doc/lout/user/tbl_marg
|
||||
share/doc/lout/user/tbl_mark
|
||||
share/doc/lout/user/tbl_mult
|
||||
share/doc/lout/user/tbl_plai
|
||||
share/doc/lout/user/tbl_rows
|
||||
share/doc/lout/user/tbl_rule
|
||||
share/doc/lout/user/tbl_setu
|
||||
share/doc/lout/user/tbl_span
|
||||
share/doc/lout/user/tbl_summ
|
||||
share/doc/lout/user/tbl_widt
|
||||
share/doc/lout/user/typ
|
||||
share/doc/lout/user/typ_apdf
|
||||
share/doc/lout/user/typ_book
|
||||
share/doc/lout/user/typ_illu
|
||||
share/doc/lout/user/typ_ordi
|
||||
@ -218,6 +232,12 @@ share/doc/lout/user/typ_orga
|
||||
share/doc/lout/user/typ_over
|
||||
share/doc/lout/user/typ_plai
|
||||
share/doc/lout/user/typ_repo
|
||||
share/doc/lout/user/vbas
|
||||
share/doc/lout/user/vfmt
|
||||
share/doc/lout/user/vref
|
||||
share/doc/lout/user/vstr
|
||||
share/doc/lout/user/vtbl
|
||||
share/doc/lout/user/vtyp
|
||||
share/lout/data/README
|
||||
share/lout/data/loutrefs.ld
|
||||
share/lout/data/loutrefs.li
|
||||
@ -311,6 +331,7 @@ share/lout/font/ZC-Rm
|
||||
share/lout/font/ZD
|
||||
share/lout/hyph/README
|
||||
share/lout/hyph/czech.lh
|
||||
share/lout/hyph/czech.lp
|
||||
share/lout/hyph/danish.lh
|
||||
share/lout/hyph/danish.lp
|
||||
share/lout/hyph/dutch.lh
|
||||
@ -329,80 +350,73 @@ share/lout/hyph/italian.lh
|
||||
share/lout/hyph/italian.lp
|
||||
share/lout/hyph/norweg.lh
|
||||
share/lout/hyph/norweg.lp
|
||||
share/lout/hyph/old.italian.lh
|
||||
share/lout/hyph/polish.lh
|
||||
share/lout/hyph/russian.lh
|
||||
share/lout/hyph/russian.lp
|
||||
share/lout/hyph/slovenia.lh
|
||||
share/lout/hyph/slovenia.lp
|
||||
share/lout/hyph/spanish.lh
|
||||
share/lout/hyph/spanish.lp
|
||||
share/lout/hyph/swedish.lh
|
||||
share/lout/hyph/swedish.lp
|
||||
share/lout/include/README
|
||||
share/lout/include/README2
|
||||
share/lout/include/bddoc
|
||||
share/lout/include/bdoc
|
||||
share/lout/include/bdslides
|
||||
share/lout/include/book
|
||||
share/lout/include/bookf
|
||||
share/lout/include/cbook
|
||||
share/lout/include/cdoc
|
||||
share/lout/include/cpicture
|
||||
share/lout/include/bsf
|
||||
share/lout/include/bsf.lpg
|
||||
share/lout/include/cprint
|
||||
share/lout/include/creport
|
||||
share/lout/include/cslides
|
||||
share/lout/include/dbook
|
||||
share/lout/include/dcbook
|
||||
share/lout/include/ddoc
|
||||
share/lout/include/debook
|
||||
share/lout/include/dedoc
|
||||
share/lout/include/cprintf
|
||||
share/lout/include/diag
|
||||
share/lout/include/diag.etc
|
||||
share/lout/include/diag.lpg
|
||||
share/lout/include/dl
|
||||
share/lout/include/dl.lpg
|
||||
share/lout/include/diagf
|
||||
share/lout/include/diagf.etc
|
||||
share/lout/include/diagf.lpg
|
||||
share/lout/include/doc
|
||||
share/lout/include/docf
|
||||
share/lout/include/dpicture
|
||||
share/lout/include/dreport
|
||||
share/lout/include/dslides
|
||||
share/lout/include/ebdslides
|
||||
share/lout/include/ebook
|
||||
share/lout/include/edoc
|
||||
share/lout/include/epicture
|
||||
share/lout/include/eprint
|
||||
share/lout/include/dsf
|
||||
share/lout/include/eq
|
||||
share/lout/include/ereport
|
||||
share/lout/include/eslides
|
||||
share/lout/include/eqf
|
||||
share/lout/include/fig
|
||||
share/lout/include/fig.lpg
|
||||
share/lout/include/figf
|
||||
share/lout/include/figf.lpg
|
||||
share/lout/include/fontdefs
|
||||
share/lout/include/graph
|
||||
share/lout/include/graph.etc
|
||||
share/lout/include/graph.lpg
|
||||
share/lout/include/graphf
|
||||
share/lout/include/graphf.etc
|
||||
share/lout/include/graphf.lpg
|
||||
share/lout/include/init
|
||||
share/lout/include/langdefs
|
||||
share/lout/include/latin2
|
||||
share/lout/include/latin2.fd
|
||||
share/lout/include/master
|
||||
share/lout/include/modula
|
||||
share/lout/include/modulaf
|
||||
share/lout/include/mydefs
|
||||
share/lout/include/pas
|
||||
share/lout/include/pasf
|
||||
share/lout/include/picture
|
||||
share/lout/include/picturef
|
||||
share/lout/include/queries
|
||||
share/lout/include/report
|
||||
share/lout/include/reportf
|
||||
share/lout/include/russian
|
||||
share/lout/include/russian.fd
|
||||
share/lout/include/slides
|
||||
share/lout/include/slidesf
|
||||
share/lout/include/tab
|
||||
share/lout/include/tab.lpg
|
||||
share/lout/include/tl
|
||||
share/lout/include/tabf
|
||||
share/lout/include/tabf.lpg
|
||||
share/lout/include/tbl
|
||||
share/lout/include/tblf
|
||||
share/lout/include/tblf.lpg
|
||||
share/lout/include/ts
|
||||
share/lout/maps/00README
|
||||
share/lout/maps/Ding.LCM
|
||||
share/lout/maps/Latin1.LCM
|
||||
share/lout/maps/LtLatin1.LCM
|
||||
share/lout/maps/Std.LCM
|
||||
share/lout/maps/Symb.LCM
|
||||
share/lout/maps/koi8r.LCM
|
||||
share/lout/maps/null.LCM
|
||||
share/lout/locale/.place_holder
|
||||
@dirrm share/lout/maps
|
||||
@dirrm share/lout/locale
|
||||
@dirrm share/lout/include
|
||||
|
Loading…
Reference in New Issue
Block a user