Codebase list flim / cff2a33
Update Info handling to use makeinfo Tatsuya Kinoshita 3 years ago
2 changed file(s) with 2 addition(s) and 12 deletion(s). Raw diff Collapse all Expand all
22 Priority: optional
33 Maintainer: Tatsuya Kinoshita <tats@debian.org>
44 Build-Depends: debhelper-compat (= 13)
5 Build-Depends-Indep: emacs-nox | emacs | emacs25 | emacs24
5 Build-Depends-Indep: texinfo
66 Standards-Version: 4.5.0
77 Vcs-Browser: https://salsa.debian.org/debian/flim
88 Vcs-Git: https://salsa.debian.org/debian/flim.git
44
55 PACKAGE=flim
66 ELDIR=$(CURDIR)/debian/$(PACKAGE)/usr/share/$(PACKAGE)
7 EMACS=emacs
87
98 get-orig-source:
109 wget -O upstream.tar.gz https://github.com/wanderlust/flim/tarball/flim-1_14-wl
1312 build-indep: build-indep-stamp
1413 build-indep-stamp:
1514 dh_testdir
16
17 for fbase in mime-en mime-ja; do \
18 $(EMACS) -batch -q -no-site-file \
19 -eval '(set-language-environment "Japanese")' \
20 -eval "(prefer-coding-system 'utf-8)" \
21 -eval '(find-file "'$$fbase'.texi")' \
22 -l texinfmt -f texinfo-every-node-update \
23 -f texinfo-format-buffer -f save-buffer; \
24 done
25
15 for fbase in mime-en mime-ja; do makeinfo $$fbase.texi; done
2616 touch $@
2717
2818 build-arch: