mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 21:19:24 +00:00
Portability.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Makefile for gperf/doc
|
||||
|
||||
# Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
|
||||
# Copyright (C) 1998, 2000, 2002-2003 Free Software Foundation, Inc.
|
||||
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||
# and Bruno Haible <bruno@clisp.org>.
|
||||
#
|
||||
@@ -84,7 +84,7 @@ $(srcdir)/gperf.dvi : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
|
||||
ps : $(srcdir)/gperf.ps
|
||||
|
||||
$(srcdir)/gperf.ps : $(srcdir)/gperf.dvi
|
||||
$(DVIPS) -o $@ $<
|
||||
$(DVIPS) -o $@ $(srcdir)/gperf.dvi
|
||||
|
||||
|
||||
pdf : $(srcdir)/gperf.pdf
|
||||
|
||||
Reference in New Issue
Block a user