File: Makefile.am

package info (click to toggle)
ngspice 26-1
  • links: PTS, VCS
  • area: non-free
  • in suites: jessie-kfreebsd
  • size: 49,436 kB
  • sloc: ansic: 463,259; sh: 11,107; xml: 6,938; makefile: 3,574; yacc: 1,509; perl: 1,214; tcl: 1,025; pascal: 702; lex: 319
file content (20 lines) | stat: -rw-r--r-- 440 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# install and dist
dist_doc_DATA = manual.pdf

# dist
EXTRA_DIST  = manual.lyx Tables Images

MAINTAINERCLEANFILES = manual.pdf

lyx_fragments := \
	 $(wildcard Tables/*.lyx) \
	 $(wildcard Images/*.png) \
	 $(wildcard Images/*.gif)

manual.pdf : manual.lyx $(lyx_fragments)
	rm -f $@ ; lyx --export pdf2 $<

upload:
	chmod 664 manual.pdf
	scp manual.pdf web.sourceforge.net:htdocs/docs
	echo "ls -l htdocs/docs" | sftp web.sourceforge.net