mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Portability.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2003-05-20 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
|
* doc/Makefile.in (gperf.ps): Don't use $< in a target rule.
|
||||||
|
|
||||||
2003-05-27 Bruno Haible <bruno@clisp.org>
|
2003-05-27 Bruno Haible <bruno@clisp.org>
|
||||||
|
|
||||||
* Makefile.vms (CC): Correct value.
|
* Makefile.vms (CC): Correct value.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
# Makefile for gperf/doc
|
# 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>
|
# Written by Douglas C. Schmidt <schmidt@ics.uci.edu>
|
||||||
# and Bruno Haible <bruno@clisp.org>.
|
# and Bruno Haible <bruno@clisp.org>.
|
||||||
#
|
#
|
||||||
@@ -84,7 +84,7 @@ $(srcdir)/gperf.dvi : $(srcdir)/gperf.texi $(srcdir)/gpl.texinfo
|
|||||||
ps : $(srcdir)/gperf.ps
|
ps : $(srcdir)/gperf.ps
|
||||||
|
|
||||||
$(srcdir)/gperf.ps : $(srcdir)/gperf.dvi
|
$(srcdir)/gperf.ps : $(srcdir)/gperf.dvi
|
||||||
$(DVIPS) -o $@ $<
|
$(DVIPS) -o $@ $(srcdir)/gperf.dvi
|
||||||
|
|
||||||
|
|
||||||
pdf : $(srcdir)/gperf.pdf
|
pdf : $(srcdir)/gperf.pdf
|
||||||
|
|||||||
Reference in New Issue
Block a user