ips.cls: Fix the page size of the PDF output.
[doc/ips] / Makefile.m4
index e8e1df7..ba894be 100644 (file)
 ## along with this program; if not, write to the Free Software Foundation,
 ## Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-##----- Revision history ----------------------------------------------------
-##
-## $Log: Makefile.m4,v $
-## Revision 1.1  2002/02/24 15:43:20  mdw
-## New build system.
-##
-
 AUTOMAKE_OPTIONS = foreign
 
 SRC = \
@@ -59,7 +52,7 @@ define([[_]], [[dnl
 ips-$1.dvi: $(SRC)
        @if [ ! -d $1 ]; then \
          mkdir $1; \
-         for i in $(SRC); do ln -s ../$$i $1; done; \
+         for i in $(SRC); do ln -s ../$(srcdir)/$$i $1; done; \
          echo '$2' >$1/ips.cfg; \
        fi
        cd $1 && \