diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-21 09:44:45 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2009-04-21 09:44:45 +0000 |
commit | b77e78eaf3652b80e78ae80f770bd3bdf721363d (patch) | |
tree | d3c67296e30534c63d02c5bb5e5790b1d9150cd0 /Build/source/libs/xpdf/hdrs.am | |
parent | ad04e2284cbf8d1a4b268636c7451f89d29c4d0a (diff) |
new build system: mode texk/xdvik and general update
git-svn-id: svn://tug.org/texlive/trunk@12771 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/libs/xpdf/hdrs.am')
-rw-r--r-- | Build/source/libs/xpdf/hdrs.am | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Build/source/libs/xpdf/hdrs.am b/Build/source/libs/xpdf/hdrs.am index f912939fbc5..80876177a35 100644 --- a/Build/source/libs/xpdf/hdrs.am +++ b/Build/source/libs/xpdf/hdrs.am @@ -1,11 +1,11 @@ -# Makefile.am fragment to create header symlinks. -# -# Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> -# -# This file is free software; the copyright holder -# gives unlimited permission to copy and/or distribute it, -# with or without modifications, as long as this notice is preserved. -# +## libs/xpdf/hdrs.am: Makefile fragment to create header symlinks. +## +## Copyright (C) 2009 Peter Breitenlohner <tex-live@tug.org> +## +## This file is free software; the copyright holder +## gives unlimited permission to copy and/or distribute it, +## with or without modifications, as long as this notice is preserved. +## all-local: @for file in $(SRCDIR)/*.h; do \ inst=`echo $$file | sed -e 's/^.*\///'`; \ |