aboutsummaryrefslogtreecommitdiffstats
path: root/print/libpaper/files/patch-lib-Makefile.in
blob: 1eb9e0953d45e3450f224c7612371fb5d90e89c8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- lib/Makefile.in.orig    Mon Apr  9 10:45:45 2007
+++ lib/Makefile.in Mon Apr  9 10:49:48 2007
@@ -500,14 +500,14 @@
 
 
 paperspecs.h: paperspecs Makefile
-   echo '    /* This file has been automaticaly generated.' >$@
+   echo '    /* This file has been automatically generated.' >$@
    echo '       Edit paperspecs to make changes to the papers specifications. */' >>$@
    echo >>$@
    env LANG=C LC_ALL=C awk '{ factor = 1.0; \
           if ($$4 == "mm") factor = 72.0 / 25.4; \
           if ($$4 == "in") factor = 72.0; \
           printf("    { \"%s\", %5f, %5f },\n", \
-             $$1, $$2 * factor, $$3 * factor); }' < $< >> $@
+             $$1, $$2 * factor, $$3 * factor); }' < $< paperspecs >> $@
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT: