~ubuntu-branches/ubuntu/vivid/debian-policy/vivid

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Package Import Robot
  • Author(s): Bill Allombert
  • Date: 2014-11-17 11:55:55 UTC
  • Revision ID: package-import@ubuntu.com-20141117115555-q4yxzawge0oy3o81
Tags: 3.9.6.1
Fix FTBFS with emacs 24.4. Thanks to David Bremner <david@tethera.net>
for the help. Closes: #769219

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
perl-policy.sgml: version.ent
6
6
 
7
7
%.txt: %.org
8
 
        $(EMACS) --batch -Q -l ./README-css.el -l org -l org-ascii --visit $^ \
9
 
          --funcall org-export-as-ascii >/dev/null 2>&1
 
8
        $(EMACS) --batch -Q -l ./README-css.el -l org --visit $^ \
 
9
          --funcall org-ascii-export-to-ascii
10
10
        test "$@" != "README.txt"  ||                            \
11
11
           perl -pli -e 's,./Process.org,Process.txt,g' $@
12
12
%.html: %.org
13
13
        $(EMACS) --batch -Q -l ./README-css.el -l org --visit $^ \
14
 
          --funcall org-export-as-html-batch >/dev/null 2>&1
 
14
           --funcall org-html-export-to-html
15
15
 
16
16
%.validate: %
17
17
        nsgmls -wall -gues $<