File: rules

package info (click to toggle)
org-roam 1.2.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 38,912 kB
  • sloc: lisp: 4,508; sh: 741; makefile: 130
file content (19 lines) | stat: -rwxr-xr-x 344 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f

%:
	dh $@ --with elpa

override_dh_auto_clean:

override_dh_auto_build:
	rm -f doc/org-roam.texi
	make -C doc texi
	make -C doc info html-dir

override_dh_auto_install:

override_dh_installdocs:
	dh_installdocs -pelpa-org-roam
	dh_installdocs \
		-porg-roam-doc \
		--link-doc=elpa-org-roam --doc-main-package=elpa-org-roam