~dobey/fftw3/packaging-dailies

« back to all changes in this revision

Viewing changes to patches/transfig-always.patch

  • Committer: Rodney Dawes
  • Date: 2016-01-10 03:29:06 UTC
  • Revision ID: dobey@wayofthemonkey.com-20160110032906-9g4ia2sqccnqix0u
Import some generated files to avoid ocmal dep.
Cheat and build the docs even without maintainer-mode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
=== modified file 'doc/Makefile.am'
 
2
--- old/doc/Makefile.am 2014-03-04 20:21:31 +0000
 
3
+++ new/doc/Makefile.am 2016-01-09 22:16:03 +0000
 
4
@@ -22,7 +22,6 @@ html: $(fftw3_TEXINFOS) $(EQN_IMAGES) rf
 
5
 maintainer-clean-local:
 
6
        rm -rf html
 
7
 
 
8
-if MAINTAINER_MODE
 
9
 # generate the figure for the manual and distribute the binaries, so that
 
10
 # people don't need to have fig2dev installed.
 
11
 rfftwnd.eps: rfftwnd.fig
 
12
@@ -33,5 +32,3 @@ rfftwnd-for-html.png: rfftwnd.fig
 
13
 
 
14
 rfftwnd.pdf: rfftwnd.fig
 
15
        fig2dev -L pdf -m .7 ${srcdir}/rfftwnd.fig rfftwnd.pdf
 
16
-
 
17
-endif
 
18