cygwin-x-doc/cg Makefile.am,1.3,1.4 Makefile.in,1.4,1.5
Harold L Hunt II
xserver-commit at pdx.freedesktop.org
Mon Apr 5 20:30:58 PDT 2004
Committed by: harold
Update of /cvs/xserver/cygwin-x-doc/cg
In directory pdx:/tmp/cvs-serv28854/cg
Modified Files:
Makefile.am Makefile.in
Log Message:
Silence automake warnings
Index: Makefile.am
===================================================================
RCS file: /cvs/xserver/cygwin-x-doc/cg/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- a/Makefile.am 10 Mar 2004 01:36:51 -0000 1.3
+++ b/Makefile.am 6 Apr 2004 03:30:54 -0000 1.4
@@ -108,9 +108,9 @@
$(SHELL) -c "$(JADE) -t tex -V tex-backend \
-d $(PRINT_SS) -o $@ $(XML_DECL) $(srcdir)/$(cg_xml_source)"
+## Trick from Adam Di Carlo <adam at onshore.com> to recurse jadetex
+## "just enough".
$(extra_cg_dvi):
- # Trick from Adam Di Carlo <adam at onshore.com> to recurse jadetex
- # "just enough".
-cp -pf prior.aux pprior.aux
-cp -pf $(shell basename $< .tex).aux prior.aux
jadetex $<
Index: Makefile.in
===================================================================
RCS file: /cvs/xserver/cygwin-x-doc/cg/Makefile.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- a/Makefile.in 10 Mar 2004 01:36:51 -0000 1.4
+++ b/Makefile.in 6 Apr 2004 03:30:54 -0000 1.5
@@ -348,8 +348,6 @@
-d $(PRINT_SS) -o $@ $(XML_DECL) $(srcdir)/$(cg_xml_source)"
$(extra_cg_dvi):
- # Trick from Adam Di Carlo <adam at onshore.com> to recurse jadetex
- # "just enough".
-cp -pf prior.aux pprior.aux
-cp -pf $(shell basename $< .tex).aux prior.aux
jadetex $<
More information about the xserver-commit
mailing list