aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorProf. Dr. Jobst Hoffmann <ax006ho@doityourselfIV.athome>2019-09-12 13:08:03 +0200
committerProf. Dr. Jobst Hoffmann <ax006ho@doityourselfIV.athome>2019-09-12 13:08:03 +0200
commitf49c68622d4a1539c3ba5caaa39741a6fc5f07cf (patch)
tree8c6fff9f15a5280383f6b2752b9a3c1e168ef0e5
parent5443a845497b25e3d0258aadd56980b2e3cbffd1 (diff)
downloadlistings-f49c68622d4a1539c3ba5caaa39741a6fc5f07cf.tar.gz
listings-f49c68622d4a1539c3ba5caaa39741a6fc5f07cf.tar.bz2
testing line breaking for long source code lines
-rw-r--r--testing/keyval/break/Makefile12
1 files changed, 3 insertions, 9 deletions
diff --git a/testing/keyval/break/Makefile b/testing/keyval/break/Makefile
index 85a1af0..64a540d 100644
--- a/testing/keyval/break/Makefile
+++ b/testing/keyval/break/Makefile
@@ -16,19 +16,13 @@
SOURCES = \
break_00.tex \
-.PHONY: all echo
-
-.SUFFIXES: .pdf .tex
-
-all: ${SOURCES:.tex=.pdf}
-
-break_00.pdf: break_00.tex listings.cfg listings.sty lstlang2.sty
+break_00.pdf: break_00.tex ${STY_FILES}
##################
## common settings
-ifneq "$(wildcard ../Makefile.common)" ""
-include ../Makefile.common # the list of the local targets
+ifneq "$(wildcard ../../../Makefile.common)" ""
+include ../../../Makefile.common # the list of the local targets
# generated by hand
endif

Return to:

Send suggestions and report system problems to the System administrator.