Explorar o código

tikz/2d-parted-function: fixed Makefile recipe for SVG creation

Martin Thoma %!s(int64=10) %!d(string=hai) anos
pai
achega
283ebacf8e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tikz/2d-parted-function/Makefile

+ 1 - 1
tikz/2d-parted-function/Makefile

@@ -28,6 +28,6 @@ svg:
 	#inkscape $(SOURCE).pdf --export-plain-svg=$(SOURCE).svg
 	pdf2svg $(SOURCE).pdf $(SOURCE).svg
 	# Necessary, as pdf2svg does not always create valid svgs:
-	inkscape $(SOURCE)1.svg --export-width=$(WIDTH) --export-plain-svg=$(SOURCE)1.svg
+	inkscape $(SOURCE).svg --export-width=$(WIDTH) --export-plain-svg=$(SOURCE)1.svg
 	rsvg-convert -a -w 720 -f svg $(SOURCE)1.svg -o $(SOURCE).svg
 	rm $(SOURCE)1.svg