diff options
Diffstat (limited to 'source/t/xfig/xfig.no.xfig_ref_en.pdf.diff')
-rw-r--r-- | source/t/xfig/xfig.no.xfig_ref_en.pdf.diff | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/source/t/xfig/xfig.no.xfig_ref_en.pdf.diff b/source/t/xfig/xfig.no.xfig_ref_en.pdf.diff index e0b9f9ef..360ba6a3 100644 --- a/source/t/xfig/xfig.no.xfig_ref_en.pdf.diff +++ b/source/t/xfig/xfig.no.xfig_ref_en.pdf.diff @@ -1,10 +1,10 @@ ---- ./Imakefile.orig 2002-12-19 11:57:11.000000000 -0600 -+++ ./Imakefile 2006-08-14 19:20:56.000000000 -0500 -@@ -408,7 +408,6 @@ - @(cd Doc ; \ +--- ./Imakefile.orig 2013-09-18 17:32:24.193425727 -0500 ++++ ./Imakefile 2013-09-18 17:33:38.835423340 -0500 +@@ -428,7 +428,6 @@ echo Copying pdf and html files to $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig_man.html $(DESTDIR)$(XFIGDOCDIR) ; \ -- $(INSTALL) -m 644 -c xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ - $(INSTALL) -m 644 -c xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ if [ -d $(DESTDIR)$(XFIGDOCDIR)/html ]; then set +x; \ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XFIGDOCDIR)/html ); fi ; \ +- $(INSTALL) -m 644 -c xfig_ref_en.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ + $(INSTALL) -m 644 -c xfig-howto.pdf $(DESTDIR)$(XFIGDOCDIR) ; \ + if [ -d html ]; then \ + ( cd html ; tar cf - *.* images ) | ( cd $(DESTDIR)$(XFIGDOCDIR)/html ; tar xf - ) ; fi ; \ |