File: rules

package info (click to toggle)
octave-optim 1.6.2-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,480 kB
  • sloc: cpp: 1,047; makefile: 215; perl: 169; xml: 29; sh: 3
file content (11 lines) | stat: -rwxr-xr-x 307 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f
# -*- makefile -*-

%:
	dh $@ --buildsystem=octave

# Recompile the info file (it has been cleaned by the pkg install), and then
# install it in the system-wide directory (after renaming it).
execute_after_dh_auto_install:
	( cd src ; make html )
	mv doc/optim.info doc/octave-optim.info