diff options
author | Martin Schröder <martin@oneiros.de> | 2008-05-08 13:40:41 +0000 |
---|---|---|
committer | Martin Schröder <martin@oneiros.de> | 2008-05-08 13:40:41 +0000 |
commit | bb90e8ad79f532c9ca272785453f408ac8c31621 (patch) | |
tree | aed2a4ccbde87e5e1c24a1e3d042a722a5f835ea /Build/source/libs/xpdf/fofi | |
parent | 48d2baac2b0c225552963bf0659427e6776f830a (diff) |
import changes to xpdf from pdftex:
- documentation (see GPL 2a)
- remove unused bat files
git-svn-id: svn://tug.org/texlive/trunk@7941 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/fofi')
-rw-r--r-- | Build/source/libs/xpdf/fofi/Makefile.in | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/Build/source/libs/xpdf/fofi/Makefile.in b/Build/source/libs/xpdf/fofi/Makefile.in index fc5e9ef92ef..ec6454346f3 100644 --- a/Build/source/libs/xpdf/fofi/Makefile.in +++ b/Build/source/libs/xpdf/fofi/Makefile.in @@ -8,6 +8,36 @@ # #======================================================================== +# ------------------------------------------------------------------------ +# Changed by Martin Schröder <martin@pdftex.org> +# $Id: Makefile.in 421 2008-04-26 21:59:55Z oneiros $ +# Changelog: +# ------------------------------------------------------------------------ +# r390 | oneiros | 2008-03-23 16:51:58 +0100 (So, 23 Mär 2008) | 2 lines +# +# Merge changes since r357 to everything but pdftexdir from trunk into stable +# +# ------------------------------------------------------------------------ +# r41 | ms | 2005-08-25 14:00:00 +0200 (Do, 25 Aug 2005) | 2 lines +# +# 1.30.2 +# +# ------------------------------------------------------------------------ +# r33 | ms | 2005-08-01 14:01:00 +0200 (Mo, 01 Aug 2005) | 2 lines +# +# 1.30.0 +# +# ------------------------------------------------------------------------ +# r11 | ms | 2004-09-06 14:01:00 +0200 (Mo, 06 Sep 2004) | 2 lines +# +# 1.20a +# +# ------------------------------------------------------------------------ +# r10 | ms | 2004-09-06 14:00:00 +0200 (Mo, 06 Sep 2004) | 1 line +# +# 1.20 +# ------------------------------------------------------------------------ + srcdir = @srcdir@ VPATH = @srcdir@ |