pdftex[922] branches/stable/tests/Makefile: doc/tests install for

commits+karl at tug.org commits+karl at tug.org
Tue Feb 20 19:48:32 CET 2024


Revision: 922
          https://tug.org/svn/pdftex?view=revision&revision=922
Author:   karl
Date:     2024-02-20 19:48:32 +0100 (Tue, 20 Feb 2024)
Log Message:
-----------
doc/tests install for 2024

Modified Paths:
--------------
    branches/stable/tests/Makefile

Modified: branches/stable/tests/Makefile
===================================================================
--- branches/stable/tests/Makefile	2024-02-02 02:14:32 UTC (rev 921)
+++ branches/stable/tests/Makefile	2024-02-20 18:48:32 UTC (rev 922)
@@ -1,6 +1,6 @@
 # $Id$
 # Public domain. Originally written by Karl Berry.
-# Top-level tests Makefile. Not done.
+# Top-level tests Makefile.
 
 default:
 	@echo "install to copy tests to TL Master for distribution."
@@ -9,7 +9,10 @@
 all:
 	for d in *; do make -C $$d </dev/null || exit 1; done >log 2>&1
 
-dest = /v/texlive/Master/texmf-dist/doc/pdftex/tests
+dest = /home/texlive/karl/Master/texmf-dist/doc/pdftex/tests
 filelist = /tmp/sat # svn status, numbers, not directories or .
-install:
+$(filelist): Makefile
+	svn status -v | cut -c 42- | grep / >$(filelist)
+install: $(filelist)
 	rsync -avR --delete `cat $(filelist)` $(dest)/
+	# then run the svn commands to add as needed.



More information about the pdftex-commits mailing list.